Chyd19 commited on
Commit
e07bf97
·
verified ·
1 Parent(s): 7c30cdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -256,7 +256,8 @@ def build_ui():
256
  metrics_A = gr.Markdown()
257
  metrics_B = gr.Markdown()
258
  metrics_C = gr.Markdown()
259
- def compute_metrics_all_pairs_ui(images, captions):
 
260
  # Show single spinner for all three
261
  yield "<div class='loading-line' style='width:100%; margin-bottom:10px;'></div>"
262
 
 
256
  metrics_A = gr.Markdown()
257
  metrics_B = gr.Markdown()
258
  metrics_C = gr.Markdown()
259
+
260
+ def compute_metrics_all_pairs_ui(images, captions):
261
  # Show single spinner for all three
262
  yield "<div class='loading-line' style='width:100%; margin-bottom:10px;'></div>"
263