We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95b409 commit 242f75fCopy full SHA for 242f75f
tabs/download/download.py
@@ -101,7 +101,7 @@ def download_tab():
101
outputs=[model_download_output_info],
102
)
103
gr.Markdown("## Drop files")
104
- dropbox = gr.File(label="Drag your .pth file and .index file into this space. Drag one and then the other.", type="filepath")
+ dropbox = gr.File(label="Drag your .pth file and .index file into this space. Drag one and then the other.", type="file")
105
106
dropbox.upload(
107
fn=save_drop_model,
0 commit comments