Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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():
|