Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import requests
|
|
2 |
from bs4 import BeautifulSoup
|
3 |
from abc import ABC, abstractmethod
|
4 |
from pathlib import Path
|
|
|
5 |
from typing import List, Optional, Union
|
6 |
from collections import namedtuple
|
7 |
from inspect import signature
|
|
|
2 |
from bs4 import BeautifulSoup
|
3 |
from abc import ABC, abstractmethod
|
4 |
from pathlib import Path
|
5 |
+
from langdetect import detect as get_language
|
6 |
from typing import List, Optional, Union
|
7 |
from collections import namedtuple
|
8 |
from inspect import signature
|