crazydev919 commited on
Commit
d991b5f
·
verified ·
1 Parent(s): 0147335

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,4 +220,4 @@ demo = gr.Interface(
220
  ],
221
  cache_examples = False,
222
  )
223
- demo.launch()
 
220
  ],
221
  cache_examples = False,
222
  )
223
+ demo.launch(prevent_thread_lock=True)