Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -335,7 +335,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
335 |
)
|
336 |
|
337 |
# Manual Evaluation tab (now second)
|
338 |
-
with gr.TabItem("Manual Evaluation (Streaming Output)
|
339 |
with gr.Row():
|
340 |
with gr.Column():
|
341 |
# Model selection
|
|
|
335 |
)
|
336 |
|
337 |
# Manual Evaluation tab (now second)
|
338 |
+
with gr.TabItem("Manual Evaluation (Streaming Output)"):
|
339 |
with gr.Row():
|
340 |
with gr.Column():
|
341 |
# Model selection
|