acecalisto3 commited on
Commit
86b88f8
Β·
verified Β·
1 Parent(s): 958af8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -569,7 +569,7 @@ def create_modern_interface():
569
  with gr.Tab("πŸ“ File Input"):
570
  file_input = gr.File(
571
  label="Upload Files",
572
- file_types=["text/*", "application/zip"], # Allow all text files and ZIP
573
  file_count="multiple"
574
  )
575
 
 
569
  with gr.Tab("πŸ“ File Input"):
570
  file_input = gr.File(
571
  label="Upload Files",
572
+ file_types=["*"], # Allow all file types
573
  file_count="multiple"
574
  )
575