SaiKumar1627 commited on
Commit
03d8758
·
verified ·
1 Parent(s): 04c74e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,5 +33,5 @@ iface = gr.Interface(
33
  )
34
 
35
  # Launch Gradio App
36
- iface.launch(share=True)
37
 
 
33
  )
34
 
35
  # Launch Gradio App
36
+ iface.launch()
37