helkoo commited on
Commit
69dac1f
1 Parent(s): 34a801c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True, debug=True)
44
 
 
40
  gr.Dropdown(
41
  ["S", "L", "XL"], label="taille", info="choisie la taille"
42
  ),
43
+ ], outputs="image").launch(share=False, debug=True)
44