Spaces:
Running
Running
Update app.py
Browse files
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=["
|
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 |
|