Update app.py
Browse files
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://
|
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://www.bioworld.com/ext/resources/Stock-images/Therapeutic-topics/Respiratory/Lung-respiratory-digital-AI-diagnostic.png?1617138990); background-size: cover;}"
|
45 |
|
46 |
# Create Gradio interface
|
47 |
iface = gr.Interface(fn=classify_image,
|