Update app.py
Browse fileseliminate default image
app.py
CHANGED
@@ -87,7 +87,8 @@ with gr.Blocks(css=".gradio-container {background-color: #b0cda8};") as demo:
|
|
87 |
with gr.Column():
|
88 |
prompts = gr.Textbox(label="Prompt", placeholder="animal standing, best quality, highres")
|
89 |
negative_prompts = gr.Textbox(label="Negative Prompt", value="lowres, two heads, bad muzzle, bad anatomy, missing ears, missing paws")
|
90 |
-
conditioning_image = gr.Image(label="Conditioning Image"
|
|
|
91 |
run_btn = gr.Button("Run")
|
92 |
#wandb = wandb_report(report_url)
|
93 |
with gr.Column():
|
|
|
87 |
with gr.Column():
|
88 |
prompts = gr.Textbox(label="Prompt", placeholder="animal standing, best quality, highres")
|
89 |
negative_prompts = gr.Textbox(label="Negative Prompt", value="lowres, two heads, bad muzzle, bad anatomy, missing ears, missing paws")
|
90 |
+
conditioning_image = gr.Image(label="Conditioning Image")
|
91 |
+
# conditioning_image = gr.Image(label="Conditioning Image", value=default_example[3])
|
92 |
run_btn = gr.Button("Run")
|
93 |
#wandb = wandb_report(report_url)
|
94 |
with gr.Column():
|