Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,9 @@ import json
|
|
9 |
from datetime import datetime
|
10 |
|
11 |
from Gradio_UI import GradioUI
|
|
|
12 |
|
|
|
13 |
|
14 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
15 |
@tool
|
|
|
9 |
from datetime import datetime
|
10 |
|
11 |
from Gradio_UI import GradioUI
|
12 |
+
import os
|
13 |
|
14 |
+
HF_TOKEN = os.getenv("HF_TOKEN")
|
15 |
|
16 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
17 |
@tool
|