Spaces:
Running
Running
Update app.py
Browse files
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('
|
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"}
|