Kilos1 commited on
Commit
d4ab0bc
·
verified ·
1 Parent(s): ec8bcb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -101,6 +101,7 @@ with gr.Blocks() as demo:
101
 
102
 
103
  # Retrieve the Hugging Face Hub token from environment variables
 
104
  import os
105
  secret_value = os.getenv("openai_api_key")
106
  TOKEN = secret_value
 
101
 
102
 
103
  # Retrieve the Hugging Face Hub token from environment variables
104
+ import huggingface_hub
105
  import os
106
  secret_value = os.getenv("openai_api_key")
107
  TOKEN = secret_value