Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -132,7 +132,7 @@ def generate_and_upload_image(prompt: str) -> str:
|
|
| 132 |
@tool
|
| 133 |
def analyze_image_with_text(image_path: str, user_text: str) -> str:
|
| 134 |
"""
|
| 135 |
-
這個工具可以根據
|
| 136 |
|
| 137 |
Args:
|
| 138 |
image_path: 圖片在本地端儲存的路徑。
|
|
|
|
| 132 |
@tool
|
| 133 |
def analyze_image_with_text(image_path: str, user_text: str) -> str:
|
| 134 |
"""
|
| 135 |
+
這個工具可以根據圖片和文字提示來回答問題。
|
| 136 |
|
| 137 |
Args:
|
| 138 |
image_path: 圖片在本地端儲存的路徑。
|