Spaces:
Paused
Paused
Update app.py
Browse files
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", "
|
| 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 = {
|