Spaces:
Runtime error
Runtime error
๐
Browse filesSigned-off-by: peter szemraj <peterszemraj@gmail.com>
app.py
CHANGED
|
@@ -217,7 +217,7 @@ if __name__ == "__main__":
|
|
| 217 |
|
| 218 |
gr.Markdown("## Load Inputs & Select Parameters")
|
| 219 |
gr.Markdown(
|
| 220 |
-
"Enter text below in the text area. The text will be summarized [using the selected parameters](https://huggingface.co/blog/how-to-generate). Optionally load an example below or upload a file."
|
| 221 |
)
|
| 222 |
with gr.Row(variant='compact'):
|
| 223 |
with gr.Column(scale=0.5):
|
|
@@ -231,7 +231,6 @@ if __name__ == "__main__":
|
|
| 231 |
value=2,
|
| 232 |
)
|
| 233 |
with gr.Column():
|
| 234 |
-
gr.Markdown("Select an example, or upload a file (`.txt` or `.pdf`)")
|
| 235 |
example_name = gr.Dropdown(
|
| 236 |
_examples,
|
| 237 |
label="Examples",
|
|
|
|
| 217 |
|
| 218 |
gr.Markdown("## Load Inputs & Select Parameters")
|
| 219 |
gr.Markdown(
|
| 220 |
+
"Enter text below in the text area. The text will be summarized [using the selected parameters](https://huggingface.co/blog/how-to-generate). Optionally load an example below or upload a file. (`.txt` or `.pdf`)"
|
| 221 |
)
|
| 222 |
with gr.Row(variant='compact'):
|
| 223 |
with gr.Column(scale=0.5):
|
|
|
|
| 231 |
value=2,
|
| 232 |
)
|
| 233 |
with gr.Column():
|
|
|
|
| 234 |
example_name = gr.Dropdown(
|
| 235 |
_examples,
|
| 236 |
label="Examples",
|