VeyVey commited on
Commit
777f1dd
1 Parent(s): 70c080c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
 
 
 
2
  from transformers import pipeline
3
  pipe = pipeline ('translation', model='t5-base')
4
 
 
1
 
2
+ import gradio as gr
3
+
4
  from transformers import pipeline
5
  pipe = pipeline ('translation', model='t5-base')
6