2006elad commited on
Commit
ada2c64
·
1 Parent(s): eaa3890

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def predict(text, name):
7
  return pipe(text)[0]["translation_text"]
8
 
9
  demo = gr.Interface(
10
- fn=predict
11
  inputs('text','text'),
12
  outputs='text' ,
13
  )
 
7
  return pipe(text)[0]["translation_text"]
8
 
9
  demo = gr.Interface(
10
+ fn=predict,
11
  inputs('text','text'),
12
  outputs='text' ,
13
  )