AlvinSiang commited on
Commit
93faf00
·
verified ·
1 Parent(s): 560f060

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,7 +40,7 @@ function createGradioAnimation() {
40
  }
41
  """
42
 
43
- image = Image.open('background.png')
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-Eye: Eye Disease Classifier </h1>
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