amildravid4292 commited on
Commit
764161c
·
verified ·
1 Parent(s): 39eeaaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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