Mrmusculo commited on
Commit
7844023
1 Parent(s): 7f25641

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,4 +194,4 @@ iface = gr.Interface(fn=do_predictions, inputs="text",
194
  outputs=["image", "image"],
195
  )
196
 
197
- iface.launch(share=True)
 
194
  outputs=["image", "image"],
195
  )
196
 
197
+ iface.launch()