Clearwave48 commited on
Commit
53c5e84
Β·
verified Β·
1 Parent(s): ac66523

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -278,4 +278,5 @@ logger.info("βœ… /api/health and /api/process-url registered on demo.app")
278
  # ══════════════════════════════════════════════════════════════════════
279
  # LAUNCH β€” same pattern as working HF spaces
280
  # ══════════════════════════════════════════════════════════════════════
281
- demo.launch()
 
 
278
  # ══════════════════════════════════════════════════════════════════════
279
  # LAUNCH β€” same pattern as working HF spaces
280
  # ══════════════════════════════════════════════════════════════════════
281
+ if __name__ == "__main__":
282
+ demo.launch()