Update app.py
Browse files
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 |
|