Spaces:
Runtime error
Runtime error
Commit
·
bcde509
1
Parent(s):
c8c0b44
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import os
|
2 |
-
os.system("pip install gradio==3.27.0")
|
3 |
os.system("pip install -r requirements.txt")
|
4 |
os.system("pip freeze")
|
5 |
import gradio as gr
|
|
|
1 |
import os
|
|
|
2 |
os.system("pip install -r requirements.txt")
|
3 |
os.system("pip freeze")
|
4 |
import gradio as gr
|