Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ with gr.Blocks(css=css) as demo:
|
|
248 |
btn_clear_conversation = gr.Button("🔃 开始新的对话(Start new conversation)")
|
249 |
|
250 |
with gr.Column():
|
251 |
-
vlog_btn = gr.Button("Step 2: 查看视频日志(Pleas wait around
|
252 |
vlog_outp = gr.Textbox(label="Document output", lines=70)
|
253 |
total_tokens_str = gr.Markdown(elem_id="total_tokens_str")
|
254 |
|
|
|
248 |
btn_clear_conversation = gr.Button("🔃 开始新的对话(Start new conversation)")
|
249 |
|
250 |
with gr.Column():
|
251 |
+
vlog_btn = gr.Button("Step 2: 查看视频日志(Pleas wait around 20 seconds)")
|
252 |
vlog_outp = gr.Textbox(label="Document output", lines=70)
|
253 |
total_tokens_str = gr.Markdown(elem_id="total_tokens_str")
|
254 |
|