JustinLin610
commited on
Commit
•
10f72ae
1
Parent(s):
7a12204
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
os.system('pip install dashscope')
|
|
|
3 |
import gradio as gr
|
4 |
from http import HTTPStatus
|
5 |
import dashscope
|
|
|
1 |
import os
|
2 |
os.system('pip install dashscope')
|
3 |
+
|
4 |
import gradio as gr
|
5 |
from http import HTTPStatus
|
6 |
import dashscope
|