Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
# from huggingface_hub import login
|
25 |
|
26 |
# # Check if the token is already set in the environment variables
|
27 |
-
#
|
28 |
|
29 |
# if hf_token is None:
|
30 |
# # If the token is not set, prompt for it (this should be done securely)
|
@@ -894,7 +894,6 @@ from PIL import Image
|
|
894 |
|
895 |
# Check if the token is already set in the environment variables
|
896 |
hf_token = os.getenv("HF_TOKEN")
|
897 |
-
|
898 |
if hf_token is None:
|
899 |
# If the token is not set, prompt for it (this should be done securely)
|
900 |
print("Please set your Hugging Face token in the environment variables.")
|
|
|
24 |
# from huggingface_hub import login
|
25 |
|
26 |
# # Check if the token is already set in the environment variables
|
27 |
+
# _hftoken = os.getenv("HF_TOKEN")
|
28 |
|
29 |
# if hf_token is None:
|
30 |
# # If the token is not set, prompt for it (this should be done securely)
|
|
|
894 |
|
895 |
# Check if the token is already set in the environment variables
|
896 |
hf_token = os.getenv("HF_TOKEN")
|
|
|
897 |
if hf_token is None:
|
898 |
# If the token is not set, prompt for it (this should be done securely)
|
899 |
print("Please set your Hugging Face token in the environment variables.")
|