andrea777h commited on
Commit
c4019ec
1 Parent(s): bbd98d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ iface=gr.Interface(
15
  inputs=gr.inputs.Textbox(lines=10, placeholder="Enter text to summarize..."),
16
  outputs='text'
17
  )
18
- iface.lunch()
 
15
  inputs=gr.inputs.Textbox(lines=10, placeholder="Enter text to summarize..."),
16
  outputs='text'
17
  )
18
+ iface.launch()