ashishja commited on
Commit
5d71f4c
·
verified ·
1 Parent(s): 92cbc2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -11,8 +11,7 @@ from Gradio_UI import GradioUI # Or wherever you have GradioUI defined
11
  import os
12
 
13
  # Set your Hugging Face API token (replace with your actual token)
14
- # It's BEST to set this as an environment variable:
15
- os.environ["HUGGINGFACEHUB_API_TOKEN"] = "hf_YOUR_ACTUAL_API_KEY" # Replace!
16
 
17
 
18
  @tool
 
11
  import os
12
 
13
  # Set your Hugging Face API token (replace with your actual token)
14
+ # It's BEST to set this as an environment variable: # Replace!
 
15
 
16
 
17
  @tool