Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import requests
|
|
| 8 |
import pytz
|
| 9 |
import yaml
|
| 10 |
from tools.final_answer import FinalAnswerTool
|
| 11 |
-
from huggingface_hub
|
| 12 |
|
| 13 |
from Gradio_UI import GradioUI
|
| 14 |
|
|
|
|
| 8 |
import pytz
|
| 9 |
import yaml
|
| 10 |
from tools.final_answer import FinalAnswerTool
|
| 11 |
+
from huggingface_hub import InferenceClient
|
| 12 |
|
| 13 |
from Gradio_UI import GradioUI
|
| 14 |
|