SemaSci commited on
Commit
9afea81
·
verified ·
1 Parent(s): f8f03f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(css=css) as demo:
91
  # visible=True,
92
  # value=model_repo_id,
93
  # )
94
- model_repo_id = gr.DropDown(
95
  label="Model Id",
96
  choices=model_dropdown,
97
  max_lines=1,
 
91
  # visible=True,
92
  # value=model_repo_id,
93
  # )
94
+ model_repo_id = gr.Dropdown(
95
  label="Model Id",
96
  choices=model_dropdown,
97
  max_lines=1,