Yaron Koresh commited on
Commit
7e2a8fb
·
verified ·
1 Parent(s): 43afd3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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