ApsidalSolid4 commited on
Commit
608e53d
·
verified ·
1 Parent(s): 0ae1edc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["image", "pdf", "doc", "docx"],
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
  )