Spaces:
Runtime error

ljh838 commited on
Commit
39795a3
1 Parent(s): e656202

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,5 +22,5 @@ def detect():
22
  return jsonify(pipe(text))
23
 
24
  if __name__ == "__main__":
25
- app.run('0.0.0.0', 7680, False)
26
 
 
22
  return jsonify(pipe(text))
23
 
24
  if __name__ == "__main__":
25
+ app.run('0.0.0.0', 7860, False)
26