Update app.py
Browse files
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)
|