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
4839318
·
1 Parent(s):
d0d69c2
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
import streamlit as st
3
from googletrans import Translator
4
1
+
pip install streamlit googletrans==4.0.0
2
import streamlit as st
3
from googletrans import Translator
4