Update app.py
Browse files
app.py
CHANGED
@@ -39,9 +39,9 @@ def classify_image(image):
|
|
39 |
|
40 |
# Create title, description and article strings
|
41 |
title = "Automated Classification of Pneumonia and Tuberculosis using Machine Learning"
|
42 |
-
description = "
|
43 |
|
44 |
-
css_code = ".gradio-container {background: url(
|
45 |
|
46 |
# Create Gradio interface
|
47 |
iface = gr.Interface(fn=classify_image,
|
|
|
39 |
|
40 |
# Create title, description and article strings
|
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://upload.wikimedia.org/wikipedia/commons/4/49/Abstract_-_Coconut_Leaf_%28Imagicity_186%29.jpg)}"
|
45 |
|
46 |
# Create Gradio interface
|
47 |
iface = gr.Interface(fn=classify_image,
|