Artificial-superintelligence commited on
Commit
2802622
·
verified ·
1 Parent(s): 1b38efb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -37,4 +37,5 @@ def execute():
37
  return jsonify({'result': result})
38
 
39
  if __name__ == '__main__':
40
- app.run(debug=True)
 
 
37
  return jsonify({'result': result})
38
 
39
  if __name__ == '__main__':
40
+ # Disable debug and reloader for Hugging Face Spaces environment
41
+ app.run(debug=False, use_reloader=False)