Spaces:
Running on Zero
Running on Zero
Add queue() to fix 'No API found' error
Browse files- hf-space/app.py +1 -1
hf-space/app.py
CHANGED
|
@@ -124,4 +124,4 @@ demo = gr.Interface(
|
|
| 124 |
)
|
| 125 |
|
| 126 |
if __name__ == "__main__":
|
| 127 |
-
demo.launch()
|
|
|
|
| 124 |
)
|
| 125 |
|
| 126 |
if __name__ == "__main__":
|
| 127 |
+
demo.queue().launch()
|