Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,3 @@
|
|
1 |
-
# Install necessary libraries
|
2 |
-
!pip install transformers gradio torch PyPDF2 spacy nltk sentence-transformers scikit-learn
|
3 |
-
!python -m spacy download en_core_web_sm
|
4 |
-
!python -m nltk.downloader punkt
|
5 |
-
|
6 |
import gradio as gr
|
7 |
import torch
|
8 |
import spacy
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
import spacy
|