lime-j commited on
Commit
46287f6
·
verified ·
1 Parent(s): 21bba5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as block_demo:
66
  # print(str(request))
67
  print(request_state)
68
  image, method1, method2, image1, image2, property, image_input = refresh_comparison()
69
- return image1, image2, f"<h2 style='font-size: 24px;'>Which one **{property_dict[property]}**?</h2>",\
70
  image, method1, method2, property, image_input, request_state
71
  with gr.Row():
72
  with gr.Column():
 
66
  # print(str(request))
67
  print(request_state)
68
  image, method1, method2, image1, image2, property, image_input = refresh_comparison()
69
+ return image1, image2, f"<h2 style='font-size: 24px;'>Which one {property_dict[property]}?</h2>",\
70
  image, method1, method2, property, image_input, request_state
71
  with gr.Row():
72
  with gr.Column():