chore: update something
Browse files- docsifer/__init__.py +11 -5
docsifer/__init__.py
CHANGED
|
@@ -284,18 +284,24 @@ def create_main_interface():
|
|
| 284 |
file_input = gr.File(
|
| 285 |
label="Upload File (optional)",
|
| 286 |
file_types=[
|
| 287 |
-
".pdf",
|
| 288 |
-
".docx",
|
| 289 |
-
".pptx",
|
| 290 |
-
".xlsx",
|
| 291 |
".html",
|
| 292 |
".htm",
|
|
|
|
| 293 |
".jpg",
|
| 294 |
".jpeg",
|
| 295 |
".png",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 296 |
".mp3",
|
| 297 |
".wav",
|
| 298 |
-
".zip",
|
| 299 |
],
|
| 300 |
type="binary",
|
| 301 |
)
|
|
|
|
| 284 |
file_input = gr.File(
|
| 285 |
label="Upload File (optional)",
|
| 286 |
file_types=[
|
|
|
|
|
|
|
|
|
|
|
|
|
| 287 |
".html",
|
| 288 |
".htm",
|
| 289 |
+
".zip",
|
| 290 |
".jpg",
|
| 291 |
".jpeg",
|
| 292 |
".png",
|
| 293 |
+
".csv",
|
| 294 |
+
".ipynb",
|
| 295 |
+
".msg",
|
| 296 |
+
".xml",
|
| 297 |
+
".docx",
|
| 298 |
+
".json",
|
| 299 |
+
".pptx",
|
| 300 |
+
".xls",
|
| 301 |
+
".xlsx",
|
| 302 |
+
".pdf",
|
| 303 |
".mp3",
|
| 304 |
".wav",
|
|
|
|
| 305 |
],
|
| 306 |
type="binary",
|
| 307 |
)
|