Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -248,7 +248,7 @@ reusing the tokens produced in round 1.
|
|
| 248 |
)
|
| 249 |
with gr.Column():
|
| 250 |
final_out = gr.Label(label="Prediction", num_top_classes=5)
|
| 251 |
-
report_out = gr.Markdown()
|
| 252 |
|
| 253 |
with gr.Accordion("Round-by-round predictions", open=False):
|
| 254 |
with gr.Row():
|
|
|
|
| 248 |
)
|
| 249 |
with gr.Column():
|
| 250 |
final_out = gr.Label(label="Prediction", num_top_classes=5)
|
| 251 |
+
report_out = gr.Markdown(label="Routing report")
|
| 252 |
|
| 253 |
with gr.Accordion("Round-by-round predictions", open=False):
|
| 254 |
with gr.Row():
|