Spaces:
Runtime error
Runtime error
Update run.py
Browse files
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"
|
| 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)
|
|
|
|
| 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)
|