hideosnes commited on
Commit
2ab6e28
·
verified ·
1 Parent(s): 6762af4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks(theme=theme) as demo:
143
  with gr.Row(): # for inline horizontal layout
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="At ~4t/s 750~800 words (1024 tokens) will take ~4 minutes.")
147
  btn = gr.Button("Transform")
148
 
149
  with gr.Column(): #right column
 
143
  with gr.Row(): # for inline horizontal layout
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")
148
 
149
  with gr.Column(): #right column