Youssouf Traore
commited on
Commit
·
d4cc191
1
Parent(s):
489a77d
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), gr.Radio(["Etaye","refute"])
|
212 |
outputs=gr.Textbox(),
|
213 |
)
|
214 |
|
@@ -219,7 +219,7 @@ app4 = gr.Interface(
|
|
219 |
fn=gpt_philo,
|
220 |
title="Mariam-Philo",
|
221 |
description="Ah..banana banana...",
|
222 |
-
inputs=[gr.Textbox(label="Sujet:", lines=3),gr.Radio(["
|
223 |
outputs=gr.Textbox(),
|
224 |
)
|
225 |
|
@@ -246,4 +246,4 @@ demo = gr.TabbedInterface(
|
|
246 |
["OCR", "MARIAM-u", "Mariam-French", "Mariam-Philo", "Note Calc"],
|
247 |
)
|
248 |
|
249 |
-
demo.launch()
|
|
|
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 |
|
|
|
219 |
fn=gpt_philo,
|
220 |
title="Mariam-Philo",
|
221 |
description="Ah..banana banana...",
|
222 |
+
inputs=[gr.Textbox(label="Sujet:", lines=3),gr.Radio(["Victor Hugo"])],
|
223 |
outputs=gr.Textbox(),
|
224 |
)
|
225 |
|
|
|
246 |
["OCR", "MARIAM-u", "Mariam-French", "Mariam-Philo", "Note Calc"],
|
247 |
)
|
248 |
|
249 |
+
demo.launch()
|