alvi123 commited on
Commit
6381c3c
·
1 Parent(s): 1b3e33a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,4 +99,4 @@ iface = gr.Interface(
99
  examples=[[os.path.join("examples", filename)] for filename in os.listdir("examples")],
100
  outputs=[gr.Textbox(label="Text output"), gr.Plot(), gr.Plot()]
101
  )
102
- iface.launch(debug=True)
 
99
  examples=[[os.path.join("examples", filename)] for filename in os.listdir("examples")],
100
  outputs=[gr.Textbox(label="Text output"), gr.Plot(), gr.Plot()]
101
  )
102
+ iface.launch(share=True)