Spaces:
Sleeping
Sleeping
Update APP.py
Browse files
APP.py
CHANGED
|
@@ -2,15 +2,15 @@ import gradio as gr
|
|
| 2 |
import pandas as pd
|
| 3 |
|
| 4 |
# 文件路径
|
| 5 |
-
file_path1_1 = '
|
| 6 |
-
file_path1_2 = '
|
| 7 |
-
file_path1_3 = '
|
| 8 |
-
file_path2_1 = '
|
| 9 |
-
file_path2_2 = '
|
| 10 |
-
file_path2_3 = '
|
| 11 |
-
file_path3_1 = '
|
| 12 |
-
file_path3_2 = '
|
| 13 |
-
file_path3_3 = '
|
| 14 |
|
| 15 |
|
| 16 |
# 读取 Excel 文件
|
|
|
|
| 2 |
import pandas as pd
|
| 3 |
|
| 4 |
# 文件路径
|
| 5 |
+
file_path1_1 = 'Generation.csv'
|
| 6 |
+
file_path1_2 = 'Revision.csv'
|
| 7 |
+
file_path1_3 = 'Safety& Responsibility.csv'
|
| 8 |
+
file_path2_1 = 'Alignment with Instruction.csv'
|
| 9 |
+
file_path2_2 = 'Image Integrity.csv'
|
| 10 |
+
file_path2_3 = 'Image Aesthetics.csv'
|
| 11 |
+
file_path3_1 = 'Alignment with Reference.csv'
|
| 12 |
+
file_path3_2 = 'Revision Image Integrity.csv'
|
| 13 |
+
file_path3_3 = 'Revision Image Aesthetics.csv'
|
| 14 |
|
| 15 |
|
| 16 |
# 读取 Excel 文件
|