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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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()