Edward J. Schwartz commited on
Commit
1718a54
·
1 Parent(s): a86d2b5
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -153,4 +153,5 @@ with gr.Blocks() as demo:
153
 
154
  interpret_button.click(interpretation_function, disassembly, interpretation)
155
 
 
156
  demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
 
153
 
154
  interpret_button.click(interpretation_function, disassembly, interpretation)
155
 
156
+ demo.queue()
157
  demo.launch(server_name="0.0.0.0", server_port=7860, share=True)