Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import gradio as gr
|
|
5 |
import nest_asyncio
|
6 |
import dill as pickle
|
7 |
import socket
|
|
|
8 |
|
9 |
# Ensure async compatibility in Jupyter
|
10 |
nest_asyncio.apply()
|
|
|
5 |
import nest_asyncio
|
6 |
import dill as pickle
|
7 |
import socket
|
8 |
+
import asyncio
|
9 |
|
10 |
# Ensure async compatibility in Jupyter
|
11 |
nest_asyncio.apply()
|