acecalisto3 commited on
Commit
75601a9
·
verified ·
1 Parent(s): e4c91d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1424,7 +1424,6 @@ if __name__ == "__main__":
1424
  # favicon_path="[https://huggingface.co/front/assets/huggingface_logo-noborder.svg](https://huggingface.co/front/assets/huggingface_logo-noborder.svg)",
1425
  # Let Gradio manage the asyncio loop
1426
  # asyncio_task=main_async_tasks() # This might conflict with launch's loop management
1427
- )
1428
 
1429
  # If launch() blocks, the asyncio tasks need to be run differently,
1430
  # potentially starting the loop manually before launch or using threading
 
1424
  # favicon_path="[https://huggingface.co/front/assets/huggingface_logo-noborder.svg](https://huggingface.co/front/assets/huggingface_logo-noborder.svg)",
1425
  # Let Gradio manage the asyncio loop
1426
  # asyncio_task=main_async_tasks() # This might conflict with launch's loop management
 
1427
 
1428
  # If launch() blocks, the asyncio tasks need to be run differently,
1429
  # potentially starting the loop manually before launch or using threading