Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ function createGradioAnimation() {
|
|
| 40 |
}
|
| 41 |
"""
|
| 42 |
|
| 43 |
-
image = Image.open('
|
| 44 |
|
| 45 |
#Resize the image
|
| 46 |
resized_image = image.resize((150, 50), Image.LANCZOS)
|
|
@@ -85,7 +85,7 @@ with gr.Blocks(js=js,theme=gr.themes.Soft(), css=".gradio-container { max-width:
|
|
| 85 |
title=(
|
| 86 |
'''
|
| 87 |
<style>h1 {text-align: center;}</style>
|
| 88 |
-
<h1> A-
|
| 89 |
'''
|
| 90 |
)
|
| 91 |
|
|
|
|
| 40 |
}
|
| 41 |
"""
|
| 42 |
|
| 43 |
+
image = Image.open('background1.png')
|
| 44 |
|
| 45 |
#Resize the image
|
| 46 |
resized_image = image.resize((150, 50), Image.LANCZOS)
|
|
|
|
| 85 |
title=(
|
| 86 |
'''
|
| 87 |
<style>h1 {text-align: center;}</style>
|
| 88 |
+
<h1> A-EYE: An Intelligent Eye Disease Classification </h1>
|
| 89 |
'''
|
| 90 |
)
|
| 91 |
|