Spaces:
Runtime error
Runtime error
Fix imports
Browse files
app.py
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
from huggingface_hub import HfApi
|
2 |
from huggingface_hub import hf_hub_download
|
3 |
-
import huggingface_hub
|
4 |
-
from huggingface_hub import get_repo_discussions
|
5 |
-
from bs4 import BeautifulSoup
|
6 |
import json
|
7 |
import re
|
8 |
|
|
|
1 |
from huggingface_hub import HfApi
|
2 |
from huggingface_hub import hf_hub_download
|
|
|
|
|
|
|
3 |
import json
|
4 |
import re
|
5 |
|