Yntec commited on
Commit
6b1a068
1 Parent(s): be0f619

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -757,7 +757,7 @@ with gr.Blocks(css=css) as myface:
757
  with gr.Row():
758
  with gr.Column(scale=100):
759
  #Model selection dropdown
760
- model_name1 = gr.Dropdown(show_label=False, choices=[m for m in models], type="index", value=current_model, interactive=True)
761
  with gr.Row():
762
  with gr.Column(style="width=800px"):
763
  output1=gr.Image(label=(f"{current_model}"))
 
757
  with gr.Row():
758
  with gr.Column(scale=100):
759
  #Model selection dropdown
760
+ model_name1 = gr.Dropdown(label="Select Model", choices=[m for m in models], type="index", value=current_model, interactive=True)
761
  with gr.Row():
762
  with gr.Column(style="width=800px"):
763
  output1=gr.Image(label=(f"{current_model}"))