hayuh commited on
Commit
18fd283
·
verified ·
1 Parent(s): 52b392b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()