Spaces:
Runtime error
Runtime error
littlebird13
commited on
Commit
•
6ff4e0e
1
Parent(s):
8092a80
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
os.system('pip install dashscope')
|
3 |
os.system('pip install sympy')
|
4 |
-
|
5 |
import gradio as gr
|
6 |
import random
|
7 |
from http import HTTPStatus
|
|
|
1 |
import os
|
2 |
os.system('pip install dashscope')
|
3 |
os.system('pip install sympy')
|
4 |
+
os.system('pip install "gradio==3.40.1"')
|
5 |
import gradio as gr
|
6 |
import random
|
7 |
from http import HTTPStatus
|