Saad0KH commited on
Commit
65ec8b4
·
verified ·
1 Parent(s): b21bc91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,4 +60,4 @@ def search_query():
60
  return jsonify({"error": str(e)}), 500
61
 
62
  if __name__ == "__main__":
63
- app.run(host="0.0.0.0",debug=True)
 
60
  return jsonify({"error": str(e)}), 500
61
 
62
  if __name__ == "__main__":
63
+ app.run(host="0.0.0.0",debug=True, port=7860)