sanbo1200 commited on
Commit
b7b112a
1 Parent(s): 26c5e57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -1,7 +1,4 @@
1
  import gradio as gr
2
-
3
- gr.load("").launch()
4
-
5
  from transformers import pipeline
6
 
7
  pipe = pipeline("translation", model="Helsinki-NLP/opus-mt-en-zh")
 
1
  import gradio as gr
 
 
 
2
  from transformers import pipeline
3
 
4
  pipe = pipeline("translation", model="Helsinki-NLP/opus-mt-en-zh")