lilyhof commited on
Commit
cc06e19
·
1 Parent(s): a2e2d20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  import openai
3
- from huggingface_hub import hf
4
 
5
  # Retrieve the API key from the Hugging Face secret
6
  api_key = hf.secrets.get("INSTRUCTOR_API_KEY")
 
1
  import gradio as gr
2
  import openai
3
+ import huggingface_hub as hf
4
 
5
  # Retrieve the API key from the Hugging Face secret
6
  api_key = hf.secrets.get("INSTRUCTOR_API_KEY")