anzorq commited on
Commit
6736116
1 Parent(s): b960d2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", palceholder="Leave empty for root folder")
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