Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ app3 = gr.Interface(
|
|
| 56 |
fn=gpt_francais,
|
| 57 |
title="Mariam-French",
|
| 58 |
description=description_french,
|
| 59 |
-
inputs=[gr.Textbox(label="Sujet:", lines=3),gr.Radio(["Etaye","refute"
|
| 60 |
outputs=gr.Textbox(),
|
| 61 |
)
|
| 62 |
|
|
|
|
| 56 |
fn=gpt_francais,
|
| 57 |
title="Mariam-French",
|
| 58 |
description=description_french,
|
| 59 |
+
inputs=[gr.Textbox(label="Sujet:", lines=3),gr.Radio(["Etaye","refute"]),gr.Radio(["Victor Hugo","Marcel Proust","Albert Camus","Marguerite Duras","Gustave Flaubert","Prof"],label="Style d'ecriture")],
|
| 60 |
outputs=gr.Textbox(),
|
| 61 |
)
|
| 62 |
|