Spaces:
Sleeping
Sleeping
Commit
·
ff9d9e6
1
Parent(s):
7a0ad2a
Revert portg
Browse files
app.py
CHANGED
@@ -878,4 +878,4 @@ async def start_rtc():
|
|
878 |
|
879 |
# 6) Local dev via uvicorn; HF Spaces will auto-detect 'app' and ignore this
|
880 |
if __name__ == "__main__":
|
881 |
-
uvicorn.run(app, host="0.0.0.0", port=
|
|
|
878 |
|
879 |
# 6) Local dev via uvicorn; HF Spaces will auto-detect 'app' and ignore this
|
880 |
if __name__ == "__main__":
|
881 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|