Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from PIL import Image
|
|
5 |
from io import BytesIO
|
6 |
import base64
|
7 |
|
|
|
8 |
class EndpointHandler():
|
9 |
def __init__(self, path=""):
|
10 |
# Preload all the elements you we need at inference.
|
|
|
5 |
from io import BytesIO
|
6 |
import base64
|
7 |
|
8 |
+
print ("RUN")
|
9 |
class EndpointHandler():
|
10 |
def __init__(self, path=""):
|
11 |
# Preload all the elements you we need at inference.
|