Akwbw commited on
Commit
bd25e50
Β·
verified Β·
1 Parent(s): 628b360

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -36,4 +36,5 @@ def close_browser():
36
  return jsonify({"status": "browser closed"})
37
 
38
  if __name__ == "__main__":
 
39
  app.run(host="0.0.0.0", port=5000)
 
36
  return jsonify({"status": "browser closed"})
37
 
38
  if __name__ == "__main__":
39
+ # Hugging Face Spaces ke liye host=0.0.0.0
40
  app.run(host="0.0.0.0", port=5000)