Spaces:
Sleeping
Sleeping
POC img view
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ from tools.final_answer import FinalAnswerTool
|
|
| 8 |
#from tools.web_search import DuckDuckGoSearchTool
|
| 9 |
from tools.visit_webpage import VisitWebpageTool
|
| 10 |
from tools.http_search import HttpSearchTool
|
|
|
|
| 11 |
|
| 12 |
from Gradio_UI import GradioUI
|
| 13 |
|
|
|
|
| 8 |
#from tools.web_search import DuckDuckGoSearchTool
|
| 9 |
from tools.visit_webpage import VisitWebpageTool
|
| 10 |
from tools.http_search import HttpSearchTool
|
| 11 |
+
from tools.image_wrapper import generate_image_and_save
|
| 12 |
|
| 13 |
from Gradio_UI import GradioUI
|
| 14 |
|