Spaces:
Running
Running
Update server/app.py
Browse files- server/app.py +1 -1
server/app.py
CHANGED
|
@@ -40,7 +40,7 @@ async def step_endpoint(req: StepRequest):
|
|
| 40 |
def main():
|
| 41 |
import uvicorn
|
| 42 |
# 8000 is standard for the OpenEnv multi-mode validator
|
| 43 |
-
uvicorn.run("server.app:app", host="0.0.0.0", port=
|
| 44 |
|
| 45 |
if __name__ == "__main__":
|
| 46 |
main()
|
|
|
|
| 40 |
def main():
|
| 41 |
import uvicorn
|
| 42 |
# 8000 is standard for the OpenEnv multi-mode validator
|
| 43 |
+
uvicorn.run("server.app:app", host="0.0.0.0", port=7860)
|
| 44 |
|
| 45 |
if __name__ == "__main__":
|
| 46 |
main()
|