Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ def gradcam(inp):
|
|
234 |
return images
|
235 |
|
236 |
|
237 |
-
with gr.Blocks() as demo:
|
238 |
gr.Markdown('# Chest X-Ray Medical Diagnosis with Deep Learning')
|
239 |
with gr.Row():
|
240 |
input_image = gr.Image(label='Chest X-Ray',type='filepath',image_mode='L')
|
|
|
234 |
return images
|
235 |
|
236 |
|
237 |
+
with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
238 |
gr.Markdown('# Chest X-Ray Medical Diagnosis with Deep Learning')
|
239 |
with gr.Row():
|
240 |
input_image = gr.Image(label='Chest X-Ray',type='filepath',image_mode='L')
|