multimodalart HF Staff commited on
Commit
665d1a6
·
verified ·
1 Parent(s): 04722b6

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():