aarohanverma commited on
Commit
23adcaf
·
verified ·
1 Parent(s): e451e70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,5 +91,5 @@ iface = gr.Interface(
91
  flagging_mode="never" # Use flagging_mode instead of deprecated allow_flagging
92
  )
93
 
94
- iface.launch(share=False, ssr=False)
95
 
 
91
  flagging_mode="never" # Use flagging_mode instead of deprecated allow_flagging
92
  )
93
 
94
+ iface.launch()
95