bot commited on
Commit
44aa21a
·
verified ·
1 Parent(s): e267014

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,4 +168,4 @@ curl -X POST http://localhost:7860/synthesize \\
168
  """
169
 
170
  if __name__ == '__main__':
171
- app.run(host='0.0.0.0', port=7860, debug=False)
 
168
  """
169
 
170
  if __name__ == '__main__':
171
+ app.run(debug=True, host='0.0.0.0', port=7860)