Spaces:
Runtime error
Runtime error
Commit
·
7913495
1
Parent(s):
ac0dee4
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
os.system('pip install git+https://github.com/huggingface/transformers.git --upgrade')
|
3 |
-
os.system('pip install gradio --upgrade')
|
4 |
os.system('pip freeze')
|
5 |
|
6 |
import os
|
|
|
1 |
import os
|
2 |
os.system('pip install git+https://github.com/huggingface/transformers.git --upgrade')
|
3 |
+
os.system('pip install gradio --upgrade')
|
4 |
os.system('pip freeze')
|
5 |
|
6 |
import os
|