amirkhanbloch commited on
Commit
8a30d7c
·
verified ·
1 Parent(s): 9292127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from PIL import Image
11
 
12
 
13
  # 设置API密钥
14
- YOUR_API_TOKEN = os.getenv('YOUR_API_TOKEN')
15
  dashscope.api_key = YOUR_API_TOKEN
16
  math_messages = []
17
  def process_image(image, shouldConvert=False):
 
11
 
12
 
13
  # 设置API密钥
14
+ YOUR_API_TOKEN = os.getenv('api_token')
15
  dashscope.api_key = YOUR_API_TOKEN
16
  math_messages = []
17
  def process_image(image, shouldConvert=False):