qazw
Browse files
app.py
CHANGED
@@ -64,9 +64,8 @@ app9 = gr.Interface(
|
|
64 |
fn=philo_cc,
|
65 |
title="Mariam-Philo-Cc",
|
66 |
description=description_french,
|
67 |
-
inputs=[gr.Textbox(label="Sujet:", lines=3),
|
68 |
-
outputs=gr.Textbox(),
|
69 |
-
)
|
70 |
|
71 |
|
72 |
# interface4
|
|
|
64 |
fn=philo_cc,
|
65 |
title="Mariam-Philo-Cc",
|
66 |
description=description_french,
|
67 |
+
inputs=[gr.Textbox(label="Sujet:", lines=3)],
|
68 |
+
outputs=gr.Textbox(), )
|
|
|
69 |
|
70 |
|
71 |
# interface4
|