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
Patt
commited on
Dec 9, 2022
Commit
33b08a4
•
1 Parent(s):
5b88c2d
Create app.py
Browse files
initial commit
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import gradio as gr
2
+
3
+
description = "DEMO"
4
+
demo = gr.Interface.load("models/Shularp/krirk-finetuned-Helsinki-NLP_opus-mt-en-ar", description=description)
5
+
demo.launch()