Devity4756 commited on
Commit
1f1ce54
·
verified ·
1 Parent(s): 39a7d1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ flask_ports = {}
54
  next_port = 5000
55
 
56
  # Get the public URL of the Gradio app
57
- public_url = os.environ.get("SPACE_URL", "http://localhost:7860")
58
 
59
  # === Security Configuration ===
60
  ALLOWED_FLASK_IMPORTS = {
 
54
  next_port = 5000
55
 
56
  # Get the public URL of the Gradio app
57
+ public_url = os.environ.get("SPACE_URL", "https://huggingface.co/spaces/Devity4756/Alex-terminal")
58
 
59
  # === Security Configuration ===
60
  ALLOWED_FLASK_IMPORTS = {