Commit
·
9e34a1f
1
Parent(s):
7b0caae
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,8 @@ iface = gr.Interface(
|
|
146 |
inputs=[
|
147 |
gr.Textbox(label="Votre question ou votre instruction.", type="text", lines=5),
|
148 |
] + additional_inputs,
|
149 |
-
outputs=
|
|
|
150 |
theme="carlosrosash/bellay_test"
|
151 |
)
|
152 |
|
|
|
146 |
inputs=[
|
147 |
gr.Textbox(label="Votre question ou votre instruction.", type="text", lines=5),
|
148 |
] + additional_inputs,
|
149 |
+
outputs=[
|
150 |
+
gr.Textbox(label="Output will happear here", type="text", lines=5)],
|
151 |
theme="carlosrosash/bellay_test"
|
152 |
)
|
153 |
|