richardkimsm89 commited on
Commit
dc8ca07
·
verified ·
1 Parent(s): 1357256

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -43,6 +43,7 @@ app = gr.Interface(
43
  """
44
 
45
  from huggingface_hub import InferenceClient
 
46
 
47
  token = os.getenv("HF_TOKEN")
48
  client = InferenceClient(api_key=token)
 
43
  """
44
 
45
  from huggingface_hub import InferenceClient
46
+ import os
47
 
48
  token = os.getenv("HF_TOKEN")
49
  client = InferenceClient(api_key=token)