pigotter commited on
Commit
3aba93e
·
1 Parent(s): 342ef15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ interface = gr.Interface(summ,
21
  [gr.Textbox(label = "original text")],
22
  [gr.Textbox(label = "summary")])
23
 
24
- insterface.launch(share = True)
 
21
  [gr.Textbox(label = "original text")],
22
  [gr.Textbox(label = "summary")])
23
 
24
+ interface.launch(share = True)