Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ output_text = gr.outputs.Textbox(label="Summarized Text")
|
|
65 |
|
66 |
|
67 |
gradio_interface = gr.Interface(fn=summarize, inputs=input_text, outputs=output_text,
|
68 |
-
title="Text Summarization App",
|
69 |
description="Enter a text document and get its summarized version.")
|
70 |
|
71 |
if __name__ == "__main__":
|
|
|
65 |
|
66 |
|
67 |
gradio_interface = gr.Interface(fn=summarize, inputs=input_text, outputs=output_text,
|
68 |
+
title="DistilBART Text Summarization App",
|
69 |
description="Enter a text document and get its summarized version.")
|
70 |
|
71 |
if __name__ == "__main__":
|