Spaces:
Runtime error
Runtime error
Commit
·
4c0e93e
1
Parent(s):
afebd23
Update app.py
Browse files
app.py
CHANGED
@@ -132,4 +132,4 @@ with gr.Blocks() as demo:
|
|
132 |
gallery = gr.Gallery()
|
133 |
button.click(predict_subset, [model_id, token], [gallery, plot])
|
134 |
|
135 |
-
demo.launch(enable_queue=True
|
|
|
132 |
gallery = gr.Gallery()
|
133 |
button.click(predict_subset, [model_id, token], [gallery, plot])
|
134 |
|
135 |
+
demo.launch(enable_queue=True)
|