Commit
·
1b436c7
1
Parent(s):
5fbd2ea
sdwdsadwads
Browse files
app.py
CHANGED
|
@@ -102,4 +102,4 @@ async def generate_random_structure():
|
|
| 102 |
except Exception as e:
|
| 103 |
return {"error": str(e)}
|
| 104 |
|
| 105 |
-
if __name__ == "__main__": uvicorn.run(app, host='
|
|
|
|
| 102 |
except Exception as e:
|
| 103 |
return {"error": str(e)}
|
| 104 |
|
| 105 |
+
if __name__ == "__main__": uvicorn.run(app, host='0.0.0.0', port=7860)
|