VishnuPottabatthini commited on
Commit
4af4d54
·
verified ·
1 Parent(s): fc16cba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ interface = gr.Interface(
37
  inputs="text",
38
  outputs="text",
39
  title="BART Summarization",
 
40
  description="Enter an article to generate a summary using a fine-tuned BART model."
41
  )
42
 
 
37
  inputs="text",
38
  outputs="text",
39
  title="BART Summarization",
40
+ live=True,
41
  description="Enter an article to generate a summary using a fine-tuned BART model."
42
  )
43