Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ from typing import List, Dict, Union
|
|
7 |
import requests
|
8 |
import wikipediaapi
|
9 |
import pandas as pd
|
10 |
-
from transformers import HuggingFaceAgent
|
11 |
from transformers import pipeline # or HfAgent if you want the higher-level agent
|
12 |
from huggingface_hub import HfAgent
|
13 |
|
|
|
7 |
import requests
|
8 |
import wikipediaapi
|
9 |
import pandas as pd
|
|
|
10 |
from transformers import pipeline # or HfAgent if you want the higher-level agent
|
11 |
from huggingface_hub import HfAgent
|
12 |
|