Spaces:
Running
Running
Update app.py
Browse files
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="
|
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
|