samaonline commited on
Commit
e59b8c6
·
1 Parent(s): 4416b5c

add text to top

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -203,6 +203,9 @@ with gr.Blocks(theme=gr.themes.Monochrome(), fill_width=True) as demo:
203
  "This demo showcases the performance of our unified model for compressed sensing MRI across different acceleration rates."
204
  )
205
 
 
 
 
206
  with gr.Row():
207
  dropdown_sample = gr.Dropdown(
208
  choices=bright_samples,
 
203
  "This demo showcases the performance of our unified model for compressed sensing MRI across different acceleration rates."
204
  )
205
 
206
+ gr.Markdown(
207
+ "At lower acceleration rates (4x or 6x), the difference in reconstruction quality is difficult to discern. At higher acceleration rates, look for blurring, repeating, or distortion, especially near edges and in backgrounds. We provide difference images to help identify reconstruction errors."
208
+ )
209
  with gr.Row():
210
  dropdown_sample = gr.Dropdown(
211
  choices=bright_samples,