Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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)
|