Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -88,8 +88,11 @@ iface = gr.Interface(
|
|
88 |
title=title,
|
89 |
description=description,
|
90 |
examples=examples,
|
91 |
-
inputs=[
|
92 |
-
|
|
|
|
|
|
|
93 |
theme="ParityError/Anime"
|
94 |
)
|
95 |
|
|
|
88 |
title=title,
|
89 |
description=description,
|
90 |
examples=examples,
|
91 |
+
inputs=[
|
92 |
+
gr.Textbox(label="Deuxieme partie d'un dialogue"),
|
93 |
+
gr.Textbox(label="Premiere partie d'un dialogue")
|
94 |
+
],
|
95 |
+
outputs=gr.outputs.Textbox(label="Claire LLM Dialogue"),
|
96 |
theme="ParityError/Anime"
|
97 |
)
|
98 |
|