akiko19191 commited on
Commit
1ba3d8b
·
verified ·
1 Parent(s): 45d0f5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ if __name__ == '__main__':
202
  config = {
203
  'host': '0.0.0.0',
204
  'port': 7860,
205
- 'debug': True,
206
  }
207
 
208
  app.run(**config)
 
202
  config = {
203
  'host': '0.0.0.0',
204
  'port': 7860,
205
+ 'debug': False,
206
  }
207
 
208
  app.run(**config)