runaksh commited on
Commit
d684065
·
verified ·
1 Parent(s): e829e37

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 = "Upload your lungs Radiograph to find out if you are having Pneumonia or Tuberculosis"
43
 
44
- css_code = ".gradio-container {background: url(https://www.bioworld.com/ext/resources/Stock-images/Therapeutic-topics/Respiratory/Respiratory-lungs-wireframe.png?1588285653); background-size: cover;}"
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 = "Upload your lungs Radiograph to find out if you are having Pneumonia or Tuberculosis"
43
 
44
+ css_code = ".gradio-container {background: url(https://actionmenshealth.com/wp-content/uploads/2018/05/heart.jpg); background-size: cover;}"
45
 
46
  # Create Gradio interface
47
  iface = gr.Interface(fn=classify_image,