BhumikaMak commited on
Commit
aa94745
·
verified ·
1 Parent(s): e3e8fd7

resolved ssr arg

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