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
d7676a5
·
1 Parent(s):
94e8426
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
import streamlit as st
2
import numpy as np
3
import tensorflow as tf
1
+
!pip install tensorflow
2
+
!pip install numpy
3
+
4
import streamlit as st
5
import numpy as np
6
import tensorflow as tf