Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def process(input_image, prompt, a_prompt, n_prompt, num_samples, image_resoluti
|
|
82 |
block = gr.Blocks().queue()
|
83 |
with block:
|
84 |
with gr.Row():
|
85 |
-
gr.Markdown("##
|
86 |
with gr.Row():
|
87 |
with gr.Column():
|
88 |
input_image = gr.Image(sources='upload', type="numpy")
|
|
|
82 |
block = gr.Blocks().queue()
|
83 |
with block:
|
84 |
with gr.Row():
|
85 |
+
gr.Markdown("## IPM")
|
86 |
with gr.Row():
|
87 |
with gr.Column():
|
88 |
input_image = gr.Image(sources='upload', type="numpy")
|