sandz7 commited on
Commit
7b1925c
Β·
1 Parent(s): 9d9021a

typo on HfAPi

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from openai import OpenAI
10
  space_id = "sandz7"
11
 
12
  # Authenticate with hf api
13
- api = hfApi()
14
 
15
  TOKEN = os.getenv('HF_AUTH_TOKEN')
16
  login(token=TOKEN,
 
10
  space_id = "sandz7"
11
 
12
  # Authenticate with hf api
13
+ api = HfApi()
14
 
15
  TOKEN = os.getenv('HF_AUTH_TOKEN')
16
  login(token=TOKEN,