hideosnes commited on
Commit
6587e7e
·
verified ·
1 Parent(s): b77b8c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('primary',"Transform")
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")