Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
balaramas
/
sanmt_v3
like
0
Runtime error
App
Files
Files
Community
2cf7546
sanmt_v3
/
app.py
balaramas
Update app.py
2cf7546
verified
7 months ago
raw
Copy download link
history
blame
Safe
127 Bytes
import
gradio
as
gr
# Load the model with no examples
gr.Interface.load(
"models/balaramas/mbart-sahitrans_new_data"
).launch()