Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|