ilanser commited on
Commit
e1e77a3
1 Parent(s): 4c1e7d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ def predict(sketch, description):
40
  sketchpad = gr.Sketchpad(shape=(1024, 1024), brush_radius=5)
41
 
42
  iface = gr.Interface(fn=predict, inputs=[sketchpad, "text"], outputs="image", live=False)
43
- iface.launch(share=True)
 
40
  sketchpad = gr.Sketchpad(shape=(1024, 1024), brush_radius=5)
41
 
42
  iface = gr.Interface(fn=predict, inputs=[sketchpad, "text"], outputs="image", live=False)
43
+ iface.launch()