Dacho688 commited on
Commit
baa7073
·
1 Parent(s): 55081ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -53,7 +53,8 @@ with gr.Blocks(
53
  ) as demo:
54
  gr.Markdown("""# Image Generator (CodeAgent) 🖼️
55
 
56
- **Runwayml/stable-diffusion-v1-5 w/Gradio prompt generator tool.**
 
57
  """)
58
  chatbot = gr.Chatbot(
59
  label="ImageBot",
 
53
  ) as demo:
54
  gr.Markdown("""# Image Generator (CodeAgent) 🖼️
55
 
56
+ I am an image generating Code Agent powered by Llama-3.3-70B-Instruct model.
57
+ I come with two main tools, Gradio's Stable Diffusion prompt generator and an image generator powered by Runway's stable-diffusion-v1-5.
58
  """)
59
  chatbot = gr.Chatbot(
60
  label="ImageBot",