helloway commited on
Commit
e9aae7b
1 Parent(s): 71bf8b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ demo = gr.Interface(
42
  inputs=["text", "text"],
43
  outputs=gr.outputs.Image(type='numpy'),
44
  )
45
- demo.launch(share=True)
 
42
  inputs=["text", "text"],
43
  outputs=gr.outputs.Image(type='numpy'),
44
  )
45
+ demo.launch()