Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,6 +43,8 @@ def display_table(table_choice):
|
|
| 43 |
return dff3_2
|
| 44 |
elif table_choice == "--Option 2.3: Dimension 3-Image Aesthetics":
|
| 45 |
return dff3_3
|
|
|
|
|
|
|
| 46 |
|
| 47 |
with gr.Blocks() as demo:
|
| 48 |
gr.Markdown(
|
|
|
|
| 43 |
return dff3_2
|
| 44 |
elif table_choice == "--Option 2.3: Dimension 3-Image Aesthetics":
|
| 45 |
return dff3_3
|
| 46 |
+
elif table_choice == "Option 1: New Image Generation Test Ranking":
|
| 47 |
+
return dff1_1,dff1_3
|
| 48 |
|
| 49 |
with gr.Blocks() as demo:
|
| 50 |
gr.Markdown(
|