Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gigant
/
word_graph_viz
like
0
Running
App
Files
Files
Community
gigant
commited on
Oct 11
Commit
cbf619d
•
1 Parent(s):
331a102
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import os
2
3
os.system("pip install Cython")
4
os.system("pip install benepar")
5
1
import os
2
3
+
os.system("pip install networkx")
4
os.system("pip install Cython")
5
os.system("pip install benepar")
6