Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,9 @@
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import modelscope_studio as mgr
|
3 |
from http import HTTPStatus
|
4 |
-
import os
|
5 |
from dashscope import MultiModalConversation
|
6 |
import dashscope
|
7 |
YOUR_API_TOKEN = os.getenv('YOUR_API_TOKEN')
|
|
|
1 |
+
import os
|
2 |
+
os.system('pip install dashscope')
|
3 |
+
os.system('modelscope-studio')
|
4 |
import gradio as gr
|
5 |
import modelscope_studio as mgr
|
6 |
from http import HTTPStatus
|
|
|
7 |
from dashscope import MultiModalConversation
|
8 |
import dashscope
|
9 |
YOUR_API_TOKEN = os.getenv('YOUR_API_TOKEN')
|