Spaces:
Configuration error
Configuration error
Commit
·
304fce9
1
Parent(s):
0094b8f
Update app.py
Browse files
app.py
CHANGED
|
@@ -174,5 +174,6 @@ docker run -it -p 7860:7860 --platform=linux/amd64 --gpus all registry.hf.space/
|
|
| 174 |
```
|
| 175 |
""")
|
| 176 |
if __name__ == "__main__":
|
| 177 |
-
demo.queue(api_open=False, max_size=15).launch(show_api=False)
|
|
|
|
| 178 |
|
|
|
|
| 174 |
```
|
| 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=False)
|
| 179 |
|