Update app.py
Browse files
app.py
CHANGED
@@ -11,14 +11,6 @@ Note: This is a continuation of [this](https://colab.research.google.com/drive/1
|
|
11 |
# Imports
|
12 |
"""
|
13 |
|
14 |
-
!pip install transformers
|
15 |
-
|
16 |
-
!pip install https://huggingface.co/Madhana/en_pipeline/resolve/main/en_pipeline-any-py3-none-any.whl
|
17 |
-
|
18 |
-
!pip install spacy
|
19 |
-
!pip install spacy-transformers
|
20 |
-
|
21 |
-
!pip install gradio
|
22 |
|
23 |
import json
|
24 |
import requests
|
|
|
11 |
# Imports
|
12 |
"""
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
import json
|
16 |
import requests
|