rithvik55352545 commited on
Commit
5f8cff6
·
verified ·
1 Parent(s): 5a59fc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import modelscope_studio.components.legacy as legacy
15
  import modelscope_studio.components.antd as antd
16
  from config import DEMO_LIST, SystemPrompt
17
 
18
- YOUR_API_TOKEN = os.getenv('KEY')
19
  dashscope.api_key = YOUR_API_TOKEN
20
 
21
  History = List[Tuple[str, str]]
 
15
  import modelscope_studio.components.antd as antd
16
  from config import DEMO_LIST, SystemPrompt
17
 
18
+ YOUR_API_TOKEN = os.getenv('test')
19
  dashscope.api_key = YOUR_API_TOKEN
20
 
21
  History = List[Tuple[str, str]]