Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -99,10 +99,10 @@ def predict_image(input_image, input_file):
|
|
99 |
|
100 |
|
101 |
|
102 |
-
with gr.Blocks(
|
103 |
|
104 |
gr.Markdown("# Anatomy-Aware Image Classification for radiographic axSpA")
|
105 |
-
gr.Markdown(description_markdown
|
106 |
|
107 |
with gr.Row():
|
108 |
with gr.Column():
|
|
|
99 |
|
100 |
|
101 |
|
102 |
+
with gr.Blocks(title="Anatomy Aware axSpA") as iface:
|
103 |
|
104 |
gr.Markdown("# Anatomy-Aware Image Classification for radiographic axSpA")
|
105 |
+
gr.Markdown(description_markdown)
|
106 |
|
107 |
with gr.Row():
|
108 |
with gr.Column():
|