svjack commited on
Commit
cc9d6b9
·
1 Parent(s): 4b308ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,8 +101,8 @@ with block:
101
  gr.Markdown("This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/ControlLoRA-Chinese](https://github.com/svjack/ControlLoRA-Chinese)</h4></b>\n")
102
  with gr.Row():
103
  with gr.Column():
104
- input_image = gr.Image(source='upload', type="numpy", value = "hate_dog.png")
105
- prompt = gr.Textbox(label="Prompt", value = "可爱的狗宝宝")
106
  run_button = gr.Button(label="Run")
107
  with gr.Accordion("Advanced options", open=False):
108
  num_samples = gr.Slider(label="Images", minimum=1, maximum=12, value=1, step=1)
 
101
  gr.Markdown("This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/ControlLoRA-Chinese](https://github.com/svjack/ControlLoRA-Chinese)</h4></b>\n")
102
  with gr.Row():
103
  with gr.Column():
104
+ input_image = gr.Image(source='upload', type="numpy", value = "dog.png")
105
+ prompt = gr.Textbox(label="Prompt", value = "雪中的狗")
106
  run_button = gr.Button(label="Run")
107
  with gr.Accordion("Advanced options", open=False):
108
  num_samples = gr.Slider(label="Images", minimum=1, maximum=12, value=1, step=1)