runaksh commited on
Commit
d57fde6
·
verified ·
1 Parent(s): 822ef55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,9 +39,9 @@ def classify_image(image):
39
 
40
  # Create title, description and article strings
41
  title = "Automated Classification of Pneumonia and Tuberculosis using Machine Learning"
42
- description = "XRay classification"
43
 
44
- css_code = ".gradio-container {background: url('file=lungs_image.jpg')}"
45
 
46
  # Create Gradio interface
47
  iface = gr.Interface(fn=classify_image,
 
39
 
40
  # Create title, description and article strings
41
  title = "Automated Classification of Pneumonia and Tuberculosis using Machine Learning"
42
+ description = "Upload your lungs Radiograph to find out if you are having Pneumonia or Tuberculosis"
43
 
44
+ css_code = ".gradio-container {background: url(https://upload.wikimedia.org/wikipedia/commons/4/49/Abstract_-_Coconut_Leaf_%28Imagicity_186%29.jpg)}"
45
 
46
  # Create Gradio interface
47
  iface = gr.Interface(fn=classify_image,