larry1129 commited on
Commit
0159ca4
·
verified ·
1 Parent(s): 1a98fdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -125,8 +125,7 @@ iface = gr.Interface(
125
  gr.Textbox(lines=2, placeholder="Instruction", label="Instruction"),
126
  ],
127
  outputs="text",
128
- title="WooWoof AI",
129
- description="Based on LLAMA 3.1 for pet related",
130
  allow_flagging="never"
131
  )
132
 
 
125
  gr.Textbox(lines=2, placeholder="Instruction", label="Instruction"),
126
  ],
127
  outputs="text",
128
+ title="WooWoof AI Vision",
 
129
  allow_flagging="never"
130
  )
131