wayne0019 commited on
Commit
4f53f6f
·
1 Parent(s): fd28b83

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -6,7 +6,7 @@ pipe = pipeline("translation_en_to_fr", model="t5-base")
6
  def translate(text):
7
  return pipe(text)[0]['translation_text']
8
 
9
-
10
  with gr.Blocks() as demo:
11
  with gr.Row():
12
  with gr.Column():
 
6
  def translate(text):
7
  return pipe(text)[0]['translation_text']
8
 
9
+
10
  with gr.Blocks() as demo:
11
  with gr.Row():
12
  with gr.Column():