Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nouman66
/
Multilingual_Translator
like
3
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nouman66
commited on
Jan 5, 2024
Commit
56389f8
·
1 Parent(s):
5ed9577
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 streamlit
googletrans==4.0.0-rc1
2
3
import streamlit as st
4
from googletrans import Translator
1
+
pip install streamlit
transformers
2
3
import streamlit as st
4
from googletrans import Translator