Spaces:
Runtime error
Runtime error
adding title and description
Browse files
app.py
CHANGED
@@ -51,6 +51,6 @@ iface = gr.Interface(fn=get_wiki,
|
|
51 |
inputs=gr.Textbox(lines=2, placeholder="Wikipedia search term here...", label='Search Term'),
|
52 |
outputs=[out_sum_text,out_orig_test_len,out_sum_text_len],
|
53 |
title='Wikipedia Article Summary',
|
54 |
-
description='Enter a search term to get a summary of the wikipedia article associated with the article found.'
|
55 |
)
|
56 |
iface.launch()
|
|
|
51 |
inputs=gr.Textbox(lines=2, placeholder="Wikipedia search term here...", label='Search Term'),
|
52 |
outputs=[out_sum_text,out_orig_test_len,out_sum_text_len],
|
53 |
title='Wikipedia Article Summary',
|
54 |
+
description='Enter a search term to get a summary of the wikipedia article associated with the article found. '
|
55 |
)
|
56 |
iface.launch()
|