Spaces:
Runtime error
Runtime error
Peter
commited on
Commit
·
dd63c17
1
Parent(s):
2ad1768
change default to large
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ if __name__ == "__main__":
|
|
| 118 |
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 :)",
|
| 119 |
),
|
| 120 |
gr.inputs.Radio(
|
| 121 |
-
choices=["base", "large"], label="model size", default="
|
| 122 |
),
|
| 123 |
gr.inputs.Slider(
|
| 124 |
minimum=2, maximum=4, label="num_beams", default=2, step=1
|
|
|
|
| 118 |
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 :)",
|
| 119 |
),
|
| 120 |
gr.inputs.Radio(
|
| 121 |
+
choices=["base", "large"], label="model size", default="large"
|
| 122 |
),
|
| 123 |
gr.inputs.Slider(
|
| 124 |
minimum=2, maximum=4, label="num_beams", default=2, step=1
|