dailingx commited on
Commit
1921ff7
Β·
verified Β·
1 Parent(s): 9176c50

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +3 -3
run.py CHANGED
@@ -46,9 +46,9 @@ def fetch_parquet(u, fname):
46
  gemini_0626_tag_cache = u.fetch_file(gemini_0626_tag)
47
  with open(gemini_0626_tag_cache, 'r') as file:
48
  auto_tag_content_3 = auto_tag_content_3 + file.read()
49
- return _cache, gr.Label(value=auto_tag_content_1, label="gpt_4o_0621", style={"font-size": "24px"}), \
50
- gr.Label(value=auto_tag_content_2, label="gpt_4o_0626", style={"font-size": "24px"}), \
51
- gr.Label(value=auto_tag_content_3, label="gemini_0626", style={"font-size": "24px"})
52
 
53
  def split_parquet(u, file, batch_size):
54
  batch_size = int(batch_size)
 
46
  gemini_0626_tag_cache = u.fetch_file(gemini_0626_tag)
47
  with open(gemini_0626_tag_cache, 'r') as file:
48
  auto_tag_content_3 = auto_tag_content_3 + file.read()
49
+ return _cache, gr.Label(value=auto_tag_content_1, label="gpt_4o_0621"), \
50
+ gr.Label(value=auto_tag_content_2, label="gpt_4o_0626"), \
51
+ gr.Label(value=auto_tag_content_3, label="gemini_0626")
52
 
53
  def split_parquet(u, file, batch_size):
54
  batch_size = int(batch_size)