Update app.py
Browse files
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://
|
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,
|