Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def classify_image(image_filepath):
|
|
48 |
with gr.Blocks(title="DeepMed-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
|
52 |
|
53 |
with gr.Row():
|
54 |
input_image = gr.Image(type="filepath", image_mode="L", shape=(64, 64))
|
|
|
48 |
with gr.Blocks(title="DeepMed-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;">DeepMed-Medical Image Classification</div>""")
|
52 |
|
53 |
with gr.Row():
|
54 |
input_image = gr.Image(type="filepath", image_mode="L", shape=(64, 64))
|