Spaces:
Sleeping
Sleeping
update app.py
Browse files
app.py
CHANGED
|
@@ -106,6 +106,7 @@ with gr.Blocks(title="Nettoyage de texte pour RAG") as demo:
|
|
| 106 |
input_file = gr.File(
|
| 107 |
label="Déposez votre fichier ici",
|
| 108 |
file_types=["pdf", "txt", "md", "docx"],
|
|
|
|
| 109 |
)
|
| 110 |
output_name = gr.Textbox(
|
| 111 |
value="output.md",
|
|
|
|
| 106 |
input_file = gr.File(
|
| 107 |
label="Déposez votre fichier ici",
|
| 108 |
file_types=["pdf", "txt", "md", "docx"],
|
| 109 |
+
file_count="single",
|
| 110 |
)
|
| 111 |
output_name = gr.Textbox(
|
| 112 |
value="output.md",
|