Spaces:
Runtime error
Runtime error
littlebird13
commited on
Commit
•
8092a80
1
Parent(s):
6713bb5
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
os.system('pip install dashscope')
|
|
|
3 |
# os.system('pip install "gradio==3.40.1"')
|
4 |
import gradio as gr
|
5 |
import random
|
|
|
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
|