Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ demo_app = gr.Interface(
|
|
67 |
outputs= "text",
|
68 |
title = "Text Summarization",
|
69 |
#description = DESCRIPTION,
|
70 |
-
examples = EXAMPLES,
|
71 |
cache_example = True,
|
72 |
live = True,
|
73 |
theme = 'huggingface'
|
|
|
67 |
outputs= "text",
|
68 |
title = "Text Summarization",
|
69 |
#description = DESCRIPTION,
|
70 |
+
#examples = EXAMPLES,
|
71 |
cache_example = True,
|
72 |
live = True,
|
73 |
theme = 'huggingface'
|