BhumikaMak commited on
Commit
4ed6815
·
verified ·
1 Parent(s): cc04a10

disable sir

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -199,4 +199,5 @@ demo = gr.Interface(
199
  )
200
 
201
  # Launch the app
202
- demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
 
 
199
  )
200
 
201
  # Launch the app
202
+ demo.launch(server_name="localhost", server_port=7860, ssr=False, share = True)
203
+