RamziRebai commited on
Commit
6671abc
1 Parent(s): 4cf6f83

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,4 +11,5 @@ iface= gr.Interface(
11
  fn= summarize,
12
  inputs= gr.inputs.Textbox(lines=10, placeholder="please put your text here"),
13
  outputs="text"
14
- )
 
 
11
  fn= summarize,
12
  inputs= gr.inputs.Textbox(lines=10, placeholder="please put your text here"),
13
  outputs="text"
14
+ )
15
+ iface.launch()