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