Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Thanatcha
/
lab10
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Thanatcha
commited on
Oct 7, 2022
Commit
b399f85
·
1 Parent(s):
84afed8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
pip install transformers[sentencepiece]
2
import streamlit as st
3
from transformers import pipeline
4
1
+
pip
!
install transformers[sentencepiece]
2
import streamlit as st
3
from transformers import pipeline
4