ThongCoding commited on
Commit
1b436c7
·
1 Parent(s): 5fbd2ea

sdwdsadwads

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='localhost')
 
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)