svjack commited on
Commit
267a2b7
1 Parent(s): 2b5fe1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -147,8 +147,8 @@ with block:
147
  #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")
148
  with gr.Row():
149
  with gr.Column():
150
- input_image = gr.Image(source='upload', type="numpy", value = "hate_dog.png")
151
- prompt = gr.Textbox(label="Prompt", value = "可爱的狗宝宝")
152
  run_button = gr.Button(label="Run")
153
  with gr.Accordion("Advanced options", open=False):
154
  num_samples = gr.Slider(label="Images", minimum=1, maximum=12, value=1, step=1)
 
147
  #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")
148
  with gr.Row():
149
  with gr.Column():
150
+ input_image = gr.Image(source='upload', type="numpy", value = "house.png")
151
+ prompt = gr.Textbox(label="Prompt", value = "雨中的房屋")
152
  run_button = gr.Button(label="Run")
153
  with gr.Accordion("Advanced options", open=False):
154
  num_samples = gr.Slider(label="Images", minimum=1, maximum=12, value=1, step=1)