Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|