Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ app1 = gr.Interface(
|
|
87 |
outputs=gr.Markdown(markdown, latex_delimiters=[{ "left":"$$", "right":"$$", "display": True }]))
|
88 |
|
89 |
app2 = gr.Interface(
|
90 |
-
fn=
|
91 |
title="Mariam-Commentaire",
|
92 |
description="Ah..banana banana...",
|
93 |
inputs= gr.Files(),
|
|
|
87 |
outputs=gr.Markdown(markdown, latex_delimiters=[{ "left":"$$", "right":"$$", "display": True }]))
|
88 |
|
89 |
app2 = gr.Interface(
|
90 |
+
fn=gpt_francais_cc,
|
91 |
title="Mariam-Commentaire",
|
92 |
description="Ah..banana banana...",
|
93 |
inputs= gr.Files(),
|