Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -182,6 +182,7 @@ with gr.Blocks(css=css) as demo:
|
|
182 |
if not is_shared_ui:
|
183 |
custom_model = gr.Dropdown(
|
184 |
label = "Your custom model ID",
|
|
|
185 |
choices = model_names,
|
186 |
allow_custom_value = True
|
187 |
#placeholder = "username/model_id"
|
|
|
182 |
if not is_shared_ui:
|
183 |
custom_model = gr.Dropdown(
|
184 |
label = "Your custom model ID",
|
185 |
+
info="You can pick one of your private models",
|
186 |
choices = model_names,
|
187 |
allow_custom_value = True
|
188 |
#placeholder = "username/model_id"
|