Spaces:
Runtime error
Runtime error
Upload simple_app.py with huggingface_hub
Browse files- simple_app.py +1 -1
simple_app.py
CHANGED
|
@@ -297,6 +297,6 @@ if __name__ == "__main__":
|
|
| 297 |
share=False,
|
| 298 |
server_name="0.0.0.0",
|
| 299 |
server_port=7860,
|
| 300 |
-
show_api=
|
| 301 |
quiet=True
|
| 302 |
)
|
|
|
|
| 297 |
share=False,
|
| 298 |
server_name="0.0.0.0",
|
| 299 |
server_port=7860,
|
| 300 |
+
show_api=True,
|
| 301 |
quiet=True
|
| 302 |
)
|