Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -95,4 +95,4 @@ if __name__ == "__main__":
|
|
| 95 |
init_db()
|
| 96 |
# Use gunicorn for production in Hugging Face Spaces
|
| 97 |
import subprocess
|
| 98 |
-
|
|
|
|
| 95 |
init_db()
|
| 96 |
# Use gunicorn for production in Hugging Face Spaces
|
| 97 |
import subprocess
|
| 98 |
+
app.run(host="0.0.0.0", port=7860)
|