Spaces:
Runtime error
Runtime error
Commit
·
75433d5
1
Parent(s):
c3ae33a
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def classify_image(image_filepath):
|
|
| 45 |
return confidences
|
| 46 |
|
| 47 |
|
| 48 |
-
with gr.Blocks(title="Medical Image Classification
|
| 49 |
css=".gradio-container {background:mintcream;}"
|
| 50 |
) as demo:
|
| 51 |
gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">Medical Image Classification with MONAI</div>""")
|
|
|
|
| 45 |
return confidences
|
| 46 |
|
| 47 |
|
| 48 |
+
with gr.Blocks(title="Medical Image Classification- ClassCat",
|
| 49 |
css=".gradio-container {background:mintcream;}"
|
| 50 |
) as demo:
|
| 51 |
gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">Medical Image Classification with MONAI</div>""")
|