Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Patt
/
demo_hf
like
1
Runtime error
App
Files
Files
Community
main
demo_hf
/
app.py
Patt
Create app.py
33b08a4
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
166 Bytes
import
gradio
as
gr
description =
"DEMO"
demo = gr.Interface.load(
"models/Shularp/krirk-finetuned-Helsinki-NLP_opus-mt-en-ar"
, description=description)
demo.launch()