Spaces:
Runtime error
Runtime error
add: placeholder
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ with gr.Blocks() as demo:
|
|
211 |
multiselect=False,
|
212 |
interactive=True,
|
213 |
)
|
214 |
-
other_finedtuned_checkpoints = gr.Text(visible=False)
|
215 |
model_ckpt.change(lambda x: gr.Dropdown.update(visible=x=="Other"), model_ckpt, other_finedtuned_checkpoints)
|
216 |
schedulers_to_test = gr.Dropdown(
|
217 |
[
|
|
|
211 |
multiselect=False,
|
212 |
interactive=True,
|
213 |
)
|
214 |
+
other_finedtuned_checkpoints = gr.Text(visible=False, placeholder="valhalla/sd-pokemon-model")
|
215 |
model_ckpt.change(lambda x: gr.Dropdown.update(visible=x=="Other"), model_ckpt, other_finedtuned_checkpoints)
|
216 |
schedulers_to_test = gr.Dropdown(
|
217 |
[
|