cyberandy commited on
Commit
974de21
·
1 Parent(s): cccd1c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from refined.inference.processor import Refined
5
  from PIL import Image
6
 
7
  # Load WordLift Logo
8
- image = Image.open('WordLift_logo.png')
9
 
10
  # Initiate the model
11
  model_options = {"aida_model", "wikipedia_model_with_numbers"}
 
5
  from PIL import Image
6
 
7
  # Load WordLift Logo
8
+ image = Image.open('logo-wordlift.png')
9
 
10
  # Initiate the model
11
  model_options = {"aida_model", "wikipedia_model_with_numbers"}