lsottani commited on
Commit
3e27b44
·
verified ·
1 Parent(s): 80beae0

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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",