Commit
·
9eeb5b1
1
Parent(s):
76cc5b3
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,8 @@ def Generate_synthetic_images_and_projections(l,alpha_l2,alpha_l1):
|
|
110 |
|
111 |
title = "Compressive sensing: Tomography reconstruction with L1 prior (Lasso)"
|
112 |
|
113 |
-
des="This example shows the reconstruction of an image from a set of parallel projections,
|
|
|
114 |
with gr.Blocks(title=title) as demo:
|
115 |
gr.Markdown(f"#{title}")
|
116 |
gr.Markdown(f"{des}")
|
|
|
110 |
|
111 |
title = "Compressive sensing: Tomography reconstruction with L1 prior (Lasso)"
|
112 |
|
113 |
+
des="This example shows the reconstruction of an image from a set of parallel projections,
|
114 |
+
"acquired along different angles. Such a dataset is acquired in computed tomography (CT)."
|
115 |
with gr.Blocks(title=title) as demo:
|
116 |
gr.Markdown(f"#{title}")
|
117 |
gr.Markdown(f"{des}")
|