CathieDaDa commited on
Commit
c6852a0
·
verified ·
1 Parent(s): c8a4fff

Update APP.py

Browse files
Files changed (1) hide show
  1. APP.py +9 -9
APP.py CHANGED
@@ -2,15 +2,15 @@ import gradio as gr
2
  import pandas as pd
3
 
4
  # 文件路径
5
- file_path1_1 = '/Users/jiaxin/Downloads/大模型评测/多模态评测/图片生成/网页/Generation.csv'
6
- file_path1_2 = '/Users/jiaxin/Downloads/大模型评测/多模态评测/图片生成/网页/Revision.csv'
7
- file_path1_3 = '/Users/jiaxin/Downloads/大模型评测/多模态评测/图片生成/网页/Safety& Responsibility.csv'
8
- file_path2_1 = '/Users/jiaxin/Downloads/大模型评测/多模态评测/图片生成/网页/Alignment with Instruction.csv'
9
- file_path2_2 = '/Users/jiaxin/Downloads/大模型评测/多模态评测/图片生成/网页/Image Integrity.csv'
10
- file_path2_3 = '/Users/jiaxin/Downloads/大模型评测/多模态评测/图片生成/网页/Image Aesthetics.csv'
11
- file_path3_1 = '/Users/jiaxin/Downloads/大模型评测/多模态评测/图片生成/网页/Alignment with Reference.csv'
12
- file_path3_2 = '/Users/jiaxin/Downloads/大模型评测/多模态评测/图片生成/网页/Revision Image Integrity.csv'
13
- file_path3_3 = '/Users/jiaxin/Downloads/大模型评测/多模态评测/图片生成/网页/Revision Image Aesthetics.csv'
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 文件