JLuissp commited on
Commit
e91ce67
·
1 Parent(s): d4e4c57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def translate(text):
16
 
17
  iface = gr.Interface(
18
  fn = translate,
19
- inputs = gr.inputs.Textbox(lines=10, placeholder='Enter text to summarize...')
20
  outputs='Text'
21
  )
22
  iface.launch()
 
16
 
17
  iface = gr.Interface(
18
  fn = translate,
19
+ inputs = gr.inputs.Textbox(lines=10, placeholder='Enter text to summarize...'),
20
  outputs='Text'
21
  )
22
  iface.launch()