Geek7 commited on
Commit
3039308
1 Parent(s): 3b41fd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,5 +73,5 @@ def generate_api():
73
  except Exception as e:
74
  return jsonify({"error": str(e)}), 500
75
 
76
- if __name__ == '__main__':
77
- app.run(debug=True)
 
73
  except Exception as e:
74
  return jsonify({"error": str(e)}), 500
75
 
76
+ if __name__ == "__main__":
77
+ app.run(host='0.0.0.0', port=7860) # Run directly if needed for testing