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

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()
95
 
 
91
  flagging_mode="never" # Use flagging_mode instead of deprecated allow_flagging
92
  )
93
 
94
+ iface.launch(share=False, ssr=False)
95