narugo1992
commited on
Update app.py
Browse files
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=[],
|