narugo commited on
Commit
6453ee2
1 Parent(s): 3adc8d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -99,6 +99,10 @@ with gr.Blocks(theme="NoCrypt/miku", analytics_enabled=False, title=TITLE, css=c
99
  scale=5,
100
  elem_id="threshold",
101
  )
 
 
 
 
102
  with gr.Row():
103
  clear = gr.ClearButton(
104
  components=[],
 
99
  scale=5,
100
  elem_id="threshold",
101
  )
102
+ model_to_use = gr.Dropdown(
103
+ choices=AVAILABLE_MODEL_REPOS,
104
+ value=MODEL_REPO,
105
+ )
106
  with gr.Row():
107
  clear = gr.ClearButton(
108
  components=[],