Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ WOLFRAM_RESPONSE_KEYS = [
|
|
54 |
"RealSolution",
|
55 |
]
|
56 |
|
57 |
-
image_generation_tool = load_tool("
|
58 |
|
59 |
@tool
|
60 |
def wolfram_alpha(query: str)-> str:
|
|
|
54 |
"RealSolution",
|
55 |
]
|
56 |
|
57 |
+
image_generation_tool = load_tool("danielkorat/text-to-image", trust_remote_code=True)
|
58 |
|
59 |
@tool
|
60 |
def wolfram_alpha(query: str)-> str:
|