runaksh commited on
Commit
8bac47a
1 Parent(s): ebd0a25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def classify_image(image):
32
  title = "Automated Classification of Tuberculosis using Machine Learning"
33
  description = "Upload your lungs Radiograph to find out if you are having Tuberculosis"
34
 
35
- css_code = ".gradio-container {background: url(https://actionmenshealth.com/wp-content/uploads/2018/05/heart.jpg); background-size: cover;}"
36
 
37
  # Create Gradio interface
38
  iface = gr.Interface(fn=classify_image,
 
32
  title = "Automated Classification of Tuberculosis using Machine Learning"
33
  description = "Upload your lungs Radiograph to find out if you are having Tuberculosis"
34
 
35
+ css_code = ".gradio-container {background: url(https://media.istockphoto.com/vectors/lungs-low-poly-blue-vector-id1039566852?k=6&m=1039566852&s=170667a&w=0&h=NBNf36zqI9cpSqpM0sw-PDq-J6mm55vciEKY9-43wWA=); background-size: cover;}"
36
 
37
  # Create Gradio interface
38
  iface = gr.Interface(fn=classify_image,