thanhnv2323 commited on
Commit
be53508
1 Parent(s): 5685b8e

fix: update port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,4 +56,4 @@ def predict():
56
  # ngrok_tunnel = ngrok.connect(8000)
57
  # print('Public URL:', ngrok_tunnel.public_url)
58
  # nest_asyncio.apply()
59
- app.run(host="0.0.0.0", port=8000)
 
56
  # ngrok_tunnel = ngrok.connect(8000)
57
  # print('Public URL:', ngrok_tunnel.public_url)
58
  # nest_asyncio.apply()
59
+ app.run(host="0.0.0.0", port=7860)