peter szemraj commited on
Commit
c7c0e10
1 Parent(s): 3fb4116

update gradio settings

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -177,6 +177,7 @@ if __name__ == "__main__":
177
 
178
  # launch the gradio interface and start the server
179
  iface.launch(
 
180
  share=True,
181
  enable_queue=True, # also allows for dealing with multiple users simultaneously (per newer gradio version)
182
  )
 
177
 
178
  # launch the gradio interface and start the server
179
  iface.launch(
180
+ prevent_thread_lock=True,
181
  share=True,
182
  enable_queue=True, # also allows for dealing with multiple users simultaneously (per newer gradio version)
183
  )