Spaces:
Configuration error
Configuration error
Commit
·
79aa254
1
Parent(s):
304fce9
Update app.py
Browse files
app.py
CHANGED
|
@@ -175,5 +175,5 @@ docker run -it -p 7860:7860 --platform=linux/amd64 --gpus all registry.hf.space/
|
|
| 175 |
""")
|
| 176 |
if __name__ == "__main__":
|
| 177 |
# demo.queue(api_open=False, max_size=15).launch(show_api=False)
|
| 178 |
-
demo.queue(api_open=True, max_size=15).launch(show_api=
|
| 179 |
|
|
|
|
| 175 |
""")
|
| 176 |
if __name__ == "__main__":
|
| 177 |
# demo.queue(api_open=False, max_size=15).launch(show_api=False)
|
| 178 |
+
demo.queue(api_open=True, max_size=15).launch(show_api=True)
|
| 179 |
|