Spaces:
Runtime error
Runtime error
devopsmarc
commited on
Commit
•
908e145
1
Parent(s):
cbdd13d
Adding lables in French
Browse files
app.py
CHANGED
@@ -61,10 +61,10 @@ import gradio as gr
|
|
61 |
gr.close_all()
|
62 |
demo = gr.Interface(
|
63 |
fn=summarize,
|
64 |
-
inputs=gr.components.File(label="
|
65 |
-
outputs=gr.components.Textbox(label="
|
66 |
-
title="
|
67 |
-
description="
|
68 |
demo.launch()
|
69 |
|
70 |
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
61 |
gr.close_all()
|
62 |
demo = gr.Interface(
|
63 |
fn=summarize,
|
64 |
+
inputs=gr.components.File(label="Importez votre document en format PDF ici"),
|
65 |
+
outputs=gr.components.Textbox(label="Voici le résultat"),
|
66 |
+
title="Téléchargement de CV",
|
67 |
+
description="Outil d’importation de CV")
|
68 |
demo.launch()
|
69 |
|
70 |
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|