Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,6 @@ iface = gr.Interface(
|
|
124 |
fn=generate_response,
|
125 |
inputs=[
|
126 |
gr.Textbox(lines=2, placeholder="Instruction", label="Instruction"),
|
127 |
-
gr.Textbox(lines=2, placeholder="Input", label="Input (Option)")
|
128 |
],
|
129 |
outputs="text",
|
130 |
title="WooWoof AI",
|
|
|
124 |
fn=generate_response,
|
125 |
inputs=[
|
126 |
gr.Textbox(lines=2, placeholder="Instruction", label="Instruction"),
|
|
|
127 |
],
|
128 |
outputs="text",
|
129 |
title="WooWoof AI",
|