ndurner commited on
Commit
e3e6f8e
·
1 Parent(s): 6d8ab75

try without queue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -397,4 +397,4 @@ with gr.Blocks(delete_cache=(86400, 86400)) as demo:
397
  import_button.upload(import_history, inputs=[chatbot, import_button], outputs=[chatbot, system_prompt])
398
 
399
  demo.unload(lambda: [os.remove(file) for file in temp_files])
400
- demo.queue().launch()
 
397
  import_button.upload(import_history, inputs=[chatbot, import_button], outputs=[chatbot, system_prompt])
398
 
399
  demo.unload(lambda: [os.remove(file) for file in temp_files])
400
+ demo.launch()