Ahsan658 commited on
Commit
1ef5127
·
verified ·
1 Parent(s): 42b1e1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,5 +48,5 @@ iface = gr.Interface(
48
  )
49
 
50
  # Launch the Gradio app
51
- iface.launch(share=True)
52
 
 
48
  )
49
 
50
  # Launch the Gradio app
51
+ iface.launch()
52