Fiqa commited on
Commit
8a7739d
·
verified ·
1 Parent(s): 3bf8f5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ textile_designs = ['woven texture', 'embroidery', 'printed fabric', 'hand-dyed',
26
 
27
 
28
  # Get Hugging Face Token from environment variable
29
- HUGGING_FACE_TOKEN = os.getenv("HUGGINGFACE_TOKEN")
30
 
31
  # Authenticate using the token
32
  login(token =HUGGINGFACE_TOKEN)
 
26
 
27
 
28
  # Get Hugging Face Token from environment variable
29
+ HUGGINGFACE_TOKEN = os.getenv("HUGGINGFACE_TOKEN")
30
 
31
  # Authenticate using the token
32
  login(token =HUGGINGFACE_TOKEN)