Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from PIL import Image
|
|
| 11 |
|
| 12 |
|
| 13 |
# 设置API密钥
|
| 14 |
-
YOUR_API_TOKEN = '
|
| 15 |
dashscope.api_key = YOUR_API_TOKEN
|
| 16 |
math_messages = []
|
| 17 |
def process_image(image, shouldConvert):
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
# 设置API密钥
|
| 14 |
+
YOUR_API_TOKEN = 'test'
|
| 15 |
dashscope.api_key = YOUR_API_TOKEN
|
| 16 |
math_messages = []
|
| 17 |
def process_image(image, shouldConvert):
|