sujitb commited on
Commit
6b136b5
1 Parent(s): 503beb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import numpy as np
10
  import os
11
  import time
12
  import json
13
-
14
  from huggingface_hub import HfFileSystem
15
  token = os.getenv('FILE_TOKEN')
16
  fs = HfFileSystem(token=token)
 
10
  import os
11
  import time
12
  import json
13
+ from tavily import TavilyClient
14
  from huggingface_hub import HfFileSystem
15
  token = os.getenv('FILE_TOKEN')
16
  fs = HfFileSystem(token=token)