antomtnez commited on
Commit
3939704
·
verified ·
1 Parent(s): cf0ff4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,4 +6,4 @@ def traductor(text):
6
  return pipe(text)[0]['translation_text']
7
 
8
  demo = gr.Interface(traductor, inputs="text", outputs="text")
9
- demo.launch
 
6
  return pipe(text)[0]['translation_text']
7
 
8
  demo = gr.Interface(traductor, inputs="text", outputs="text")
9
+ demo.launch()