Jagannath8 commited on
Commit
1d5643b
1 Parent(s): 671de63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Chest X-Ray Disease Classification", css="") as demo:
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():