Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
OK we dont need to scale
Browse filesSigned-off-by: peter szemraj <peterszemraj@gmail.com>
app.py
CHANGED
@@ -201,7 +201,7 @@ if __name__ == "__main__":
|
|
201 |
label="Input Text (for summarization)",
|
202 |
placeholder="Enter text to summarize, the text will be cleaned and truncated on Spaces. Narrative, academic (both papers and lecture transcription), and article text work well. May take a bit to generate depending on the input text :)",
|
203 |
)
|
204 |
-
with gr.Column(
|
205 |
load_examples_button = gr.Button(
|
206 |
"Load Example",
|
207 |
)
|
|
|
201 |
label="Input Text (for summarization)",
|
202 |
placeholder="Enter text to summarize, the text will be cleaned and truncated on Spaces. Narrative, academic (both papers and lecture transcription), and article text work well. May take a bit to generate depending on the input text :)",
|
203 |
)
|
204 |
+
with gr.Column():
|
205 |
load_examples_button = gr.Button(
|
206 |
"Load Example",
|
207 |
)
|