Commit
·
1d5643b
1
Parent(s):
671de63
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def predict_input_image(img):
|
|
| 18 |
def k():
|
| 19 |
return gr.update(value=None)
|
| 20 |
|
| 21 |
-
with gr.Blocks(title="
|
| 22 |
with gr.Row():
|
| 23 |
textmd = gr.Markdown()
|
| 24 |
with gr.Row():
|
|
|
|
| 18 |
def k():
|
| 19 |
return gr.update(value=None)
|
| 20 |
|
| 21 |
+
with gr.Blocks(title="Lung Disease Classification", css="") as demo:
|
| 22 |
with gr.Row():
|
| 23 |
textmd = gr.Markdown()
|
| 24 |
with gr.Row():
|