anasmkh commited on
Commit
b3aea75
·
verified ·
1 Parent(s): 95989dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ def gradio_interface():
135
  label="Upload Files",
136
  file_count="multiple",
137
  file_types=[".pdf", ".csv", ".txt", ".xlsx", ".xls", ".doc", ".docx"],
138
- type="filepath" # returns file paths
139
  )
140
  upload_status = gr.Textbox(label="Upload Status", interactive=False)
141
  upload_button = gr.Button("Process Upload")
 
135
  label="Upload Files",
136
  file_count="multiple",
137
  file_types=[".pdf", ".csv", ".txt", ".xlsx", ".xls", ".doc", ".docx"],
138
+ type="filepath"
139
  )
140
  upload_status = gr.Textbox(label="Upload Status", interactive=False)
141
  upload_button = gr.Button("Process Upload")