Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,5 +40,5 @@ gr.Interface(fn=generate2, inputs=["text",
|
|
40 |
gr.Dropdown(
|
41 |
["S", "L", "XL"], label="taille", info="choisie la taille"
|
42 |
),
|
43 |
-
], outputs="image").launch(share=
|
44 |
|
|
|
40 |
gr.Dropdown(
|
41 |
["S", "L", "XL"], label="taille", info="choisie la taille"
|
42 |
),
|
43 |
+
], outputs="image").launch(share=False, debug=True)
|
44 |
|