Pradeep Kumar commited on
Commit
6ca040b
1 Parent(s): 1aebaa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,4 +91,4 @@ iface = gr.Interface(fn=launch,
91
  outputs="text")
92
 
93
  # Launch the Gradio app
94
- iface.launch(share = True)
 
91
  outputs="text")
92
 
93
  # Launch the Gradio app
94
+ iface.launch()