Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 144 |
style = gr.Dropdown(["Precise", "Sloppy", "Keywords"], label="Style (experimental)")
|
| 145 |
length = gr.Dropdown(["Short", "Middle", "Long"], label="Length")
|
| 146 |
token_info = gr.Text(label="Speed", value="750-800 words (1024 tokens) will take 4 minutes (~4t/s).")
|
| 147 |
-
btn = gr.Button(
|
| 148 |
|
| 149 |
with gr.Column(): #right column
|
| 150 |
summary = gr.Textbox(label="Summary")
|
|
|
|
| 144 |
style = gr.Dropdown(["Precise", "Sloppy", "Keywords"], label="Style (experimental)")
|
| 145 |
length = gr.Dropdown(["Short", "Middle", "Long"], label="Length")
|
| 146 |
token_info = gr.Text(label="Speed", value="750-800 words (1024 tokens) will take 4 minutes (~4t/s).")
|
| 147 |
+
btn = gr.Button("Transform", variant="primary")
|
| 148 |
|
| 149 |
with gr.Column(): #right column
|
| 150 |
summary = gr.Textbox(label="Summary")
|