sukhmani1303 commited on
Commit
75c7de4
·
verified ·
1 Parent(s): 7687099

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ iface = gr.Interface(
51
  inputs=gr.Image(type="pil", label="Upload Chest X-ray Image"),
52
  outputs=gr.Textbox(label="Classification Result"),
53
  title="🩺 Tuberculosis Classification CNN",
54
- description="Classify chest X-ray images as Normal or Tuberculosis (~84% accuracy).",
55
  examples=None,
56
  cache_examples=False
57
  )
 
51
  inputs=gr.Image(type="pil", label="Upload Chest X-ray Image"),
52
  outputs=gr.Textbox(label="Classification Result"),
53
  title="🩺 Tuberculosis Classification CNN",
54
+ description="Classify chest X-ray images as Normal or Tuberculosis (~93% accuracy).",
55
  examples=None,
56
  cache_examples=False
57
  )