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

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()
 
42
  inputs=["text", "text"],
43
  outputs=gr.outputs.Image(type='numpy'),
44
  )
45
+ demo.launch(share=True)