Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
|
|
5 |
import io
|
6 |
import base64
|
7 |
|
8 |
-
hf_token = os.environ.get("
|
9 |
|
10 |
def convert_base64_to_img(image_string):
|
11 |
# Split the input string to separate the metadata header and the base64-encoded data
|
|
|
5 |
import io
|
6 |
import base64
|
7 |
|
8 |
+
hf_token = os.environ.get("HF_TKN")
|
9 |
|
10 |
def convert_base64_to_img(image_string):
|
11 |
# Split the input string to separate the metadata header and the base64-encoded data
|