fffiloni commited on
Commit
814ec17
·
verified ·
1 Parent(s): 6d91801

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
5
  import io
6
  import base64
7
 
8
- hf_token = os.environ.get("KF_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
 
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