svjack commited on
Commit
f85d15d
1 Parent(s): fb9ca30

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 = "glass1_small.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 = "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)