Update app.py
Browse files
app.py
CHANGED
|
@@ -533,7 +533,7 @@ if __name__ == "__main__":
|
|
| 533 |
if space_host_startup:
|
| 534 |
print(f"✅ SPACE_HOST found: {space_host_startup}")
|
| 535 |
print(f" Runtime URL should be: https://{space_host_startup}.hf.space")
|
| 536 |
-
|
| 537 |
print("ℹ️ SPACE_HOST environment variable not found (running locally?).")
|
| 538 |
if space_id_startup:
|
| 539 |
print(f"✅ SPACE_ID found: {space_id_startup}")
|
|
|
|
| 533 |
if space_host_startup:
|
| 534 |
print(f"✅ SPACE_HOST found: {space_host_startup}")
|
| 535 |
print(f" Runtime URL should be: https://{space_host_startup}.hf.space")
|
| 536 |
+
else:
|
| 537 |
print("ℹ️ SPACE_HOST environment variable not found (running locally?).")
|
| 538 |
if space_id_startup:
|
| 539 |
print(f"✅ SPACE_ID found: {space_id_startup}")
|