atharva-nlp commited on
Commit
27ecc8f
·
verified ·
1 Parent(s): 361f161

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from transformers import (
9
  # Import tool from Hub
10
  image_generation_tool = load_tool("m-ric/text-to-image")
11
 
12
- llm_engine = HfApiEngine("meta-llama/Meta-Llama-3-70B-Instruct")
13
 
14
  # Initialize the agent with the image generation tool
15
  agent = ReactCodeAgent(tools=[image_generation_tool], llm_engine=llm_engine)
 
9
  # Import tool from Hub
10
  image_generation_tool = load_tool("m-ric/text-to-image")
11
 
12
+ llm_engine = HfApiEngine("HuggingFaceH4/zephyr-7b-beta")
13
 
14
  # Initialize the agent with the image generation tool
15
  agent = ReactCodeAgent(tools=[image_generation_tool], llm_engine=llm_engine)