Update app.py
Browse files
app.py
CHANGED
|
@@ -907,7 +907,7 @@ def create_interface():
|
|
| 907 |
|
| 908 |
# Revert to File component but with better styling
|
| 909 |
file_upload = gr.File(
|
| 910 |
-
file_types=["
|
| 911 |
type="binary",
|
| 912 |
elem_classes=["file-upload"]
|
| 913 |
)
|
|
|
|
| 907 |
|
| 908 |
# Revert to File component but with better styling
|
| 909 |
file_upload = gr.File(
|
| 910 |
+
file_types=["pdf", "doc", "docx"],
|
| 911 |
type="binary",
|
| 912 |
elem_classes=["file-upload"]
|
| 913 |
)
|