Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -122,12 +122,12 @@ def generate_response(instruction, input_text):
|
|
122 |
iface = gr.Interface(
|
123 |
fn=generate_response,
|
124 |
inputs=[
|
125 |
-
gr.Textbox(lines=2, placeholder="
|
126 |
-
gr.Textbox(lines=2, placeholder="
|
127 |
],
|
128 |
outputs="text",
|
129 |
-
title="WooWoof AI
|
130 |
-
description="
|
131 |
allow_flagging="never"
|
132 |
)
|
133 |
|
|
|
122 |
iface = gr.Interface(
|
123 |
fn=generate_response,
|
124 |
inputs=[
|
125 |
+
gr.Textbox(lines=2, placeholder="Instruction", label="Instruction"),
|
126 |
+
gr.Textbox(lines=2, placeholder="Input", label="Input (Option)")
|
127 |
],
|
128 |
outputs="text",
|
129 |
+
title="WooWoof AI",
|
130 |
+
description="Based on LLAMA 3.1 for pet related",
|
131 |
allow_flagging="never"
|
132 |
)
|
133 |
|