Spaces:
Runtime error
Runtime error
Commit
·
c7ea66e
1
Parent(s):
3ed6dab
Update app.py
Browse files
app.py
CHANGED
@@ -27,5 +27,4 @@ summ_demo = gr.Interface(
|
|
27 |
if __name__ == "__main__":
|
28 |
Parallel(summ_demo,
|
29 |
inputs=gr.Textbox(lines=10, label="Input Text", placeholder="Enter article here..."),
|
30 |
-
title="Summary of Summarizer - Indonesia"
|
31 |
-
examples=examples).launch()
|
|
|
27 |
if __name__ == "__main__":
|
28 |
Parallel(summ_demo,
|
29 |
inputs=gr.Textbox(lines=10, label="Input Text", placeholder="Enter article here..."),
|
30 |
+
title="Summary of Summarizer - Indonesia").launch()
|
|