K00B404 commited on
Commit
e8eee54
·
verified ·
1 Parent(s): 825f4dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  from huggingface_hub import InferenceClient
 
2
  api_key=os.getenv("HF_TOKEN")
3
  client = InferenceClient(api_key=api_key)
4
 
 
1
  from huggingface_hub import InferenceClient
2
+ import os
3
  api_key=os.getenv("HF_TOKEN")
4
  client = InferenceClient(api_key=api_key)
5