Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ app4 = gr.Interface(
|
|
67 |
fn=gpt_philo,
|
68 |
title="Mariam-Philo",
|
69 |
description="Ah..banana banana...",
|
70 |
-
inputs=[gr.Textbox(label="Sujet:", lines=3),gr.Radio(["Prof","Voltaire","Jean-Jacques Rousseau","Michel de Montaigne","Albert Camus"],label="Style d'ecriture")],
|
71 |
outputs=gr.Textbox(),
|
72 |
)
|
73 |
|
|
|
67 |
fn=gpt_philo,
|
68 |
title="Mariam-Philo",
|
69 |
description="Ah..banana banana...",
|
70 |
+
inputs=[gr.Textbox(label="Sujet:", lines=3),gr.Radio(["Prof","René Descartes","Voltaire","Jean-Jacques Rousseau","Michel de Montaigne","Albert Camus"],label="Style d'ecriture")],
|
71 |
outputs=gr.Textbox(),
|
72 |
)
|
73 |
|