Say123 commited on
Commit
f55fb16
1 Parent(s): e8ede82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,4 +120,4 @@ def wrapper(input):
120
  output = gr.outputs.Image(type="pil")
121
 
122
  iface = gr.Interface(fn=wrapper, inputs=gr.inputs.Textbox(), outputs=output)
123
- iface.launch(share=True)
 
120
  output = gr.outputs.Image(type="pil")
121
 
122
  iface = gr.Interface(fn=wrapper, inputs=gr.inputs.Textbox(), outputs=output)
123
+ iface.launch()