user-agent commited on
Commit
67fb9c5
1 Parent(s): 0f00598

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ pipe = pipeline("zero-shot-image-classification", model="patrickjohncyh/fashion-
18
  color_file_path = 'color_config.json'
19
  attributes_file_path = 'attributes_config.json'
20
  import os
21
- OPENAIKEY = os.getenv("OPENAI_KEY")
22
 
23
 
24
  # Open and read the COLOR JSON file
 
18
  color_file_path = 'color_config.json'
19
  attributes_file_path = 'attributes_config.json'
20
  import os
21
+ OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
22
 
23
 
24
  # Open and read the COLOR JSON file