Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -136,5 +136,5 @@ demo = gr.Interface(
|
|
136 |
)
|
137 |
|
138 |
if __name__ == "__main__":
|
139 |
-
demo.queue(api_open=True
|
140 |
demo.launch(show_api=True)
|
|
|
136 |
)
|
137 |
|
138 |
if __name__ == "__main__":
|
139 |
+
demo.queue(api_open=True)
|
140 |
demo.launch(show_api=True)
|