Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks() as demo:
|
|
123 |
with gr.Column(visible=False) as group_convert:
|
124 |
gr.Markdown("## 2. Convert to Diffusers🧨")
|
125 |
radio_ckpts = gr.Radio(label="Choose the checkpoint to convert", visible=False)
|
126 |
-
path_in_repo = gr.Textbox(label="Path where the weights will be saved",
|
127 |
gr.Markdown("Conversion may take a few minutes.")
|
128 |
btn_convert = gr.Button("Convert & Push")
|
129 |
|
|
|
123 |
with gr.Column(visible=False) as group_convert:
|
124 |
gr.Markdown("## 2. Convert to Diffusers🧨")
|
125 |
radio_ckpts = gr.Radio(label="Choose the checkpoint to convert", visible=False)
|
126 |
+
path_in_repo = gr.Textbox(label="Path where the weights will be saved", placeholder="Leave empty for root folder")
|
127 |
gr.Markdown("Conversion may take a few minutes.")
|
128 |
btn_convert = gr.Button("Convert & Push")
|
129 |
|