hsuwill000 commited on
Commit
fd1afe0
·
verified ·
1 Parent(s): f64f4a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks() as demo:
70
  start_btn = gr.Button("開始對話")
71
  end_btn = gr.Button("結束對話")
72
  status_box = gr.Textbox(label="狀態", interactive=False)
73
- PS_box = gr.Textbox(label="TPS", interactive=False)
74
  with gr.Row():
75
  textbox_input = gr.Textbox(label="Prompt", lines=1, placeholder="Enter prompt here...")
76
  button = gr.Button("Submit")
 
70
  start_btn = gr.Button("開始對話")
71
  end_btn = gr.Button("結束對話")
72
  status_box = gr.Textbox(label="狀態", interactive=False)
73
+ TPS_box = gr.Textbox(label="TPS", interactive=False)
74
  with gr.Row():
75
  textbox_input = gr.Textbox(label="Prompt", lines=1, placeholder="Enter prompt here...")
76
  button = gr.Button("Submit")