Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def predict_image(input_image, input_file):
|
|
95 |
|
96 |
|
97 |
|
98 |
-
with gr.Blocks(title="Anatomy Aware axSpA") as iface:
|
99 |
|
100 |
gr.Markdown("# Anatomy-Aware Image Classification for radiographic axSpA")
|
101 |
gr.Markdown(description_markdown, elem_classes="markdown-block")
|
|
|
95 |
|
96 |
|
97 |
|
98 |
+
with gr.Blocks(css=css, title="Anatomy Aware axSpA") as iface:
|
99 |
|
100 |
gr.Markdown("# Anatomy-Aware Image Classification for radiographic axSpA")
|
101 |
gr.Markdown(description_markdown, elem_classes="markdown-block")
|