Spaces:
Sleeping
Sleeping
Edward J. Schwartz
commited on
Commit
·
1718a54
1
Parent(s):
a86d2b5
Queue
Browse files
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)
|