Spaces:
Sleeping
Sleeping
Dhrumit1314
commited on
Commit
•
c56cf0f
1
Parent(s):
585c9f5
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ from werkzeug.utils import secure_filename
|
|
22 |
from spacy.lang.en.stop_words import STOP_WORDS
|
23 |
import huggingface_hub as hf_hub
|
24 |
from huggingface_hub import HfApi, HfFolder
|
|
|
25 |
|
26 |
# Create a Flask app
|
27 |
app = Flask(__name__)
|
|
|
22 |
from spacy.lang.en.stop_words import STOP_WORDS
|
23 |
import huggingface_hub as hf_hub
|
24 |
from huggingface_hub import HfApi, HfFolder
|
25 |
+
from requests.exceptions import HTTPError
|
26 |
|
27 |
# Create a Flask app
|
28 |
app = Flask(__name__)
|