Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
dd2f551
1
Parent(s):
76261ed
Update app.py
Browse files
app.py
CHANGED
@@ -58,6 +58,7 @@ def main(image):
|
|
58 |
html_content = """
|
59 |
<div style="padding: 15px; border: 1px solid #e0e0e0; border-radius: 5px;">
|
60 |
<h3>Image preprocess</h3>
|
|
|
61 |
<p>The longest side of the Xp was downscaled to 320 pixels while maintaining the aspect ratio,
|
62 |
and the width along the shorter side was then padded black to 320 pixels.
|
63 |
</p>
|
@@ -75,7 +76,7 @@ html_content = """
|
|
75 |
with gr.Blocks(title="Aging Biomarker from CXR",
|
76 |
css=".gradio-container {background:mintcream;}"
|
77 |
) as demo:
|
78 |
-
gr.HTML("""<div style="text-align:center">Aging Biomarker from CXR</div>""")
|
79 |
gr.HTML(html_content)
|
80 |
|
81 |
with gr.Row():
|
|
|
58 |
html_content = """
|
59 |
<div style="padding: 15px; border: 1px solid #e0e0e0; border-radius: 5px;">
|
60 |
<h3>Image preprocess</h3>
|
61 |
+
<p>Only grayscale 320×320 resolution works appropriately.</p>
|
62 |
<p>The longest side of the Xp was downscaled to 320 pixels while maintaining the aspect ratio,
|
63 |
and the width along the shorter side was then padded black to 320 pixels.
|
64 |
</p>
|
|
|
76 |
with gr.Blocks(title="Aging Biomarker from CXR",
|
77 |
css=".gradio-container {background:mintcream;}"
|
78 |
) as demo:
|
79 |
+
gr.HTML("""<div style="text-align:center"><h2>Aging Biomarker from CXR</h2></div>""")
|
80 |
gr.HTML(html_content)
|
81 |
|
82 |
with gr.Row():
|