Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -78,4 +78,4 @@ def serve_video(filename):
|
|
| 78 |
# ----------------------------------------------------------------------
|
| 79 |
if __name__ == "__main__":
|
| 80 |
# Listen on 0.0.0.0:7860 as required by Hugging Face Spaces
|
| 81 |
-
app.run(host="0.0.0.0", port=
|
|
|
|
| 78 |
# ----------------------------------------------------------------------
|
| 79 |
if __name__ == "__main__":
|
| 80 |
# Listen on 0.0.0.0:7860 as required by Hugging Face Spaces
|
| 81 |
+
app.run(host="0.0.0.0", port=7860)
|