Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sifal
/
En2Kab
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
de48642
En2Kab
/
app.py
Sifal
Update app.py
808666b
about 1 year ago
raw
Copy download link
history
blame
Safe
154 Bytes
import
gradio
as
gr
from
.utils
import
translate
x =
lambda
text : translate(x)
iface = gr.Interface(fn=x, inputs=
"text"
, outputs=
"text"
)
iface.launch()