Spaces:
Sleeping
Sleeping
amirkhanbloch
commited on
Commit
•
ad6b06f
1
Parent(s):
d116dd7
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
-
|
4 |
os.system('pip install dashscope -U')
|
5 |
import tempfile
|
6 |
from pathlib import Path
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
+
os.system('pip install gradio == 5.0.1')
|
4 |
os.system('pip install dashscope -U')
|
5 |
import tempfile
|
6 |
from pathlib import Path
|