Spaces:
Runtime error
Runtime error
Commit
·
910b282
1
Parent(s):
f4db971
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def timeout(max_timeout):
|
|
21 |
return func_wrapper
|
22 |
return timeout_decorator
|
23 |
|
24 |
-
nest_asyncio.apply()
|
25 |
|
26 |
# Function to make this easy for ourselves:
|
27 |
@st.cache
|
|
|
21 |
return func_wrapper
|
22 |
return timeout_decorator
|
23 |
|
24 |
+
# nest_asyncio.apply()
|
25 |
|
26 |
# Function to make this easy for ourselves:
|
27 |
@st.cache
|