Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|