Patt commited on
Commit
33b08a4
1 Parent(s): 5b88c2d

Create app.py

Browse files

initial commit

Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -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()