Spaces:
Runtime error
Runtime error
jeanpoll
commited on
Commit
·
5bd749f
1
Parent(s):
e51f125
try installing typing_extensions
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import os
|
2 |
os.system("pip uninstall -y gradio")
|
3 |
os.system("pip install gradio==2.7.5.2")
|
|
|
|
|
4 |
|
5 |
import logging, regex
|
6 |
import gradio
|
|
|
1 |
import os
|
2 |
os.system("pip uninstall -y gradio")
|
3 |
os.system("pip install gradio==2.7.5.2")
|
4 |
+
os.system("pip install typing-extensions --upgrade")
|
5 |
+
|
6 |
|
7 |
import logging, regex
|
8 |
import gradio
|