dmfelder commited on
Commit
8fca2e1
·
verified ·
1 Parent(s): 22cbe0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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}")
 
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}")