Youssouf Traore
commited on
Commit
·
b305231
1
Parent(s):
9168cda
Update app.py
Browse files
app.py
CHANGED
@@ -208,7 +208,7 @@ app3 = gr.Interface(
|
|
208 |
fn=gpt_francais,
|
209 |
title="Mariam-French",
|
210 |
description=description_french,
|
211 |
-
inputs=gr.Textbox(label="Sujet:", lines=3),
|
212 |
outputs=gr.Textbox(),
|
213 |
)
|
214 |
|
|
|
208 |
fn=gpt_francais,
|
209 |
title="Mariam-French",
|
210 |
description=description_french,
|
211 |
+
inputs=[gr.Textbox(label="Sujet:", lines=3),gr.Radio(["Etaye","refute"])]
|
212 |
outputs=gr.Textbox(),
|
213 |
)
|
214 |
|