Spaces:
Runtime error
Runtime error
Update run.py
Browse files
run.py
CHANGED
@@ -51,9 +51,9 @@ def fetch_parquet(u, fname):
|
|
51 |
gemini_0626_tag_cache = u.fetch_file(gemini_0626_tag)
|
52 |
with open(gemini_0626_tag_cache, 'r') as file:
|
53 |
auto_tag_content_3 = auto_tag_content_3 + file.read()
|
54 |
-
return _cache, gr.Label(value=auto_tag_content_1, label="gpt_4o_0621"
|
55 |
-
gr.Label(value=auto_tag_content_2, label="gpt_4o_0626"
|
56 |
-
gr.Label(value=auto_tag_content_3, label="gemini_0626"
|
57 |
|
58 |
def split_parquet(u, file, batch_size):
|
59 |
batch_size = int(batch_size)
|
|
|
51 |
gemini_0626_tag_cache = u.fetch_file(gemini_0626_tag)
|
52 |
with open(gemini_0626_tag_cache, 'r') as file:
|
53 |
auto_tag_content_3 = auto_tag_content_3 + file.read()
|
54 |
+
return _cache, gr.Label(value=auto_tag_content_1, label="gpt_4o_0621"), \
|
55 |
+
gr.Label(value=auto_tag_content_2, label="gpt_4o_0626"), \
|
56 |
+
gr.Label(value=auto_tag_content_3, label="gemini_0626")
|
57 |
|
58 |
def split_parquet(u, file, batch_size):
|
59 |
batch_size = int(batch_size)
|