Spaces:
Sleeping
Sleeping
Hakyung Sung
commited on
Commit
·
f54d77f
1
Parent(s):
5ec5649
Add requirements.txt file
Browse files- app.py +1 -0
- requirements.txt +1 -0
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import spacy
|
|
|
3 |
from collections import Counter
|
4 |
import plotly.graph_objects as go
|
5 |
import plotly.io as pio
|
|
|
1 |
import gradio as gr
|
2 |
import spacy
|
3 |
+
import spacy_transformers
|
4 |
from collections import Counter
|
5 |
import plotly.graph_objects as go
|
6 |
import plotly.io as pio
|
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio
|
2 |
spacy
|
|
|
3 |
huggingface_hub
|
4 |
plotly
|
5 |
Pillow
|
|
|
1 |
gradio
|
2 |
spacy
|
3 |
+
spacy-transformers
|
4 |
huggingface_hub
|
5 |
plotly
|
6 |
Pillow
|