Spaces:
Runtime error
Runtime error
Firefly777a
commited on
Commit
•
e8f39ba
1
Parent(s):
6ab973d
commented out examples
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ all_interfaces.insert(0, document_statistics) # Insert the statistics interface
|
|
172 |
app = gr.Parallel(*all_interfaces,
|
173 |
title='Text Summarizer (Maddie Custom)',
|
174 |
description="Write a summary of a text",
|
175 |
-
examples=examples,
|
176 |
inputs=gr.inputs.Textbox(lines = 10, label="Text"),
|
177 |
)
|
178 |
|
|
|
172 |
app = gr.Parallel(*all_interfaces,
|
173 |
title='Text Summarizer (Maddie Custom)',
|
174 |
description="Write a summary of a text",
|
175 |
+
# examples=examples,
|
176 |
inputs=gr.inputs.Textbox(lines = 10, label="Text"),
|
177 |
)
|
178 |
|