Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -464,7 +464,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
464 |
with gr.Tab("Uploading a model"):
|
465 |
gr.Markdown("""<div style="text-align: justify;">Upload a model below downloaded from this demo.""")
|
466 |
|
467 |
-
file_input = gr.File(label="Upload Model", container=True)
|
468 |
|
469 |
|
470 |
|
|
|
464 |
with gr.Tab("Uploading a model"):
|
465 |
gr.Markdown("""<div style="text-align: justify;">Upload a model below downloaded from this demo.""")
|
466 |
|
467 |
+
file_input = gr.File(label="Upload Model", container=True, interactive=False)
|
468 |
|
469 |
|
470 |
|