Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Qilex
/
EnglishToMiddleEnglish
like
10
Runtime error
App
Files
Files
Community
Qilex
commited on
Jan 4
Commit
07df6df
β’
1 Parent(s):
8166f5c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
os.system("pip uninstall -y gradio")
2
os.system("pip install gradio==2.6.4")
3
1
+
import os
2
os.system("pip uninstall -y gradio")
3
os.system("pip install gradio==2.6.4")
4