Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import os
|
|
| 9 |
|
| 10 |
# Define a function to search images and return the image path for display
|
| 11 |
@tool
|
| 12 |
-
def search_images_for_presentation(query: str):
|
| 13 |
"""
|
| 14 |
Searches for images related to the given query on the web (using DuckDuckGo search).
|
| 15 |
Args:
|
|
|
|
| 9 |
|
| 10 |
# Define a function to search images and return the image path for display
|
| 11 |
@tool
|
| 12 |
+
def search_images_for_presentation(query: str) -> str:
|
| 13 |
"""
|
| 14 |
Searches for images related to the given query on the web (using DuckDuckGo search).
|
| 15 |
Args:
|