littlebird13 commited on
Commit
3b054d5
·
verified ·
1 Parent(s): 7e1efc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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')