'okey'
Browse files
app.py
CHANGED
@@ -231,7 +231,7 @@ app3 = gr.Interface(
|
|
231 |
fn=gpt_francais,
|
232 |
title="Mariam-French",
|
233 |
description=description_french,
|
234 |
-
inputs=[gr.Textbox(label="Sujet:", lines=3),gr.Radio(["Etaye","refute"])],
|
235 |
outputs=gr.Textbox(),
|
236 |
)
|
237 |
|
|
|
231 |
fn=gpt_francais,
|
232 |
title="Mariam-French",
|
233 |
description=description_french,
|
234 |
+
inputs=[gr.Textbox(label="Sujet:", lines=3),gr.Radio(["Etaye","refute","discuter"])],
|
235 |
outputs=gr.Textbox(),
|
236 |
)
|
237 |
|