fantaxy commited on
Commit
ffc6b03
·
verified ·
1 Parent(s): 3987d36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -371,5 +371,5 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
371
  queue=True,
372
  )
373
 
374
- if __name__ == "__main__":
375
- iface.queue(max_size=64, default_concurrency_limit=1, api_open=False).launch(share=True, show_api=False) ===== Application Startup at 2024-12-20 01:30:34 =====
 
371
  queue=True,
372
  )
373
 
374
+ iface.queue(max_size=64, default_concurrency_limit=1, api_open=False).launch(share=True, show_api=False)
375
+ # ===== Application Startup at 2024-12-20 01:30:34 =====