Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
saima730
/
englishTranslator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
saima730
commited on
Aug 25, 2024
Commit
6e9d2ac
·
verified
·
1 Parent(s):
059c296
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import streamlit as st
2
pip install transformers && streamlit run app.py
3
1
+
pip install transformers
2
+
3
import streamlit as st
4
pip install transformers && streamlit run app.py
5