Felix-Xu commited on
Commit
a72bdca
·
1 Parent(s): b48cd1b
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -152,9 +152,8 @@ with gr.Blocks(css="""
152
  }
153
  """) as demo:
154
  # Centered Title and Description
155
- with gr.Row():
156
- gr.Markdown("# Denoising Demo")
157
- gr.Markdown("Upload a Raw file or select an example to view the original and denoised images")
158
  with gr.Row():
159
  with gr.Column():
160
  example_selector = gr.Radio(label="Choose an example Raw Micrograph File", choices=list(example_files.keys()))
 
152
  }
153
  """) as demo:
154
  # Centered Title and Description
155
+ gr.Markdown("# Denoising Demo")
156
+ gr.Markdown("Upload a Raw file or select an example to view the original and denoised images")
 
157
  with gr.Row():
158
  with gr.Column():
159
  example_selector = gr.Radio(label="Choose an example Raw Micrograph File", choices=list(example_files.keys()))