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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def classify_image(image):
41
  title = "Automated Classification of Pneumonia and Tuberculosis using Machine Learning"
42
  description = "XRay classification"
43
 
44
- css_code = ".gradio-container {background: url(https://www.verywellhealth.com/lung-anatomy-4843718)}"
45
 
46
  # Create Gradio interface
47
  iface = gr.Interface(fn=classify_image,
 
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,