Update app.py
Browse files
app.py
CHANGED
@@ -916,7 +916,6 @@ def create_interface():
|
|
916 |
# Revert to File component but with better styling
|
917 |
file_upload = gr.File(
|
918 |
file_types=["image", "pdf", "doc", "docx"],
|
919 |
-
type="binary",
|
920 |
elem_classes=["file-upload"]
|
921 |
)
|
922 |
|
|
|
916 |
# Revert to File component but with better styling
|
917 |
file_upload = gr.File(
|
918 |
file_types=["image", "pdf", "doc", "docx"],
|
|
|
919 |
elem_classes=["file-upload"]
|
920 |
)
|
921 |
|