Update app.py
Browse files
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")
|