Lifeinhockey commited on
Commit
f55c456
·
verified ·
1 Parent(s): b4eb7a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -77,14 +77,6 @@ with gr.Blocks(css=css) as demo:
77
  container=False,
78
  )
79
 
80
- with gr.Row():
81
- # Dropdown to select the model from Hugging Face
82
- model_id = gr.Dropdown(
83
- label="Model",
84
- choices=MODEL_LIST,
85
- value=MODEL_LIST[0], # Default model
86
- )
87
-
88
  run_button = gr.Button("Run", scale=0, variant="primary")
89
 
90
  result = gr.Image(label="Result", show_label=False)
 
77
  container=False,
78
  )
79
 
 
 
 
 
 
 
 
 
80
  run_button = gr.Button("Run", scale=0, variant="primary")
81
 
82
  result = gr.Image(label="Result", show_label=False)