yooke commited on
Commit
3f0e339
·
verified ·
1 Parent(s): 4ea9f50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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