Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kaixinwang
/
NLP
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kaixinwang
commited on
Dec 24, 2021
Commit
6432a5c
·
1 Parent(s):
d7676a5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
-
!
pip install tensorflow
2
-
!
pip install numpy
3
4
import streamlit as st
5
import numpy as np
1
+
$
pip install tensorflow
2
+
$
pip install numpy
3
4
import streamlit as st
5
import numpy as np