Spaces:
Runtime error
Runtime error
mrfakename
commited on
Commit
•
836bb59
1
Parent(s):
79aa254
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=
|
179 |
|
|
|
175 |
""")
|
176 |
if __name__ == "__main__":
|
177 |
# demo.queue(api_open=False, max_size=15).launch(show_api=False)
|
178 |
+
demo.queue(api_open=False, max_size=15).launch(show_api=False)
|
179 |
|