Spaces:
Sleeping
Sleeping
changed rl to ril
Browse files
app.py
CHANGED
|
@@ -142,4 +142,4 @@ c6 = gr.Slider(label="Greenish", minimum=slider_min_val, maximum=slider_max_val,
|
|
| 142 |
inputs = [seed, c0, c1, c2, c3]
|
| 143 |
|
| 144 |
# Launch demo
|
| 145 |
-
gr.Interface(generate_image, inputs, ["image"], live=True, title="Fashion GAN", description="StyleGan2+SpaceGan to generate parameter controlled images. With ❤ by TCS Rapid Labs").launch(debug=True, share=True)
|
|
|
|
| 142 |
inputs = [seed, c0, c1, c2, c3]
|
| 143 |
|
| 144 |
# Launch demo
|
| 145 |
+
gr.Interface(generate_image, inputs, ["image"], live=True, title="Fashion GAN", description="StyleGan2+SpaceGan to generate parameter controlled images. With ❤ by TCS Rapid Innovation Labs").launch(debug=True, share=True)
|