danielkorat commited on
Commit
d24730e
·
verified ·
1 Parent(s): c103416

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ WOLFRAM_RESPONSE_KEYS = [
54
  "RealSolution",
55
  ]
56
 
57
- image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
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: