xywwww commited on
Commit
9bc6c7c
·
verified ·
1 Parent(s): e21f311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("## Scene Diffusion")
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")