Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -80,6 +80,8 @@ with demo:
|
|
80 |
|
81 |
submit_button.click(fn=inference, inputs=input_image, outputs=label)
|
82 |
|
|
|
|
|
83 |
|
84 |
|
85 |
# inputs = gr.inputs.Image(type='pil')
|
|
|
80 |
|
81 |
submit_button.click(fn=inference, inputs=input_image, outputs=label)
|
82 |
|
83 |
+
demo.launch(enable_queue=True)
|
84 |
+
|
85 |
|
86 |
|
87 |
# inputs = gr.inputs.Image(type='pil')
|