AronWolverine commited on
Commit
9a4218f
·
verified ·
1 Parent(s): 8391c91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,6 +62,6 @@ def upload():
62
  return text
63
 
64
  if __name__ == '__main__':
65
- app.run(debug = True)
66
 
67
 
 
62
  return text
63
 
64
  if __name__ == '__main__':
65
+ app.run(host="0.0.0.0", port=7860, debug=True)
66
 
67