Spaces:
Runtime error
Runtime error
Update genshin_impact_couple_app.py
Browse files
genshin_impact_couple_app.py
CHANGED
|
@@ -28,7 +28,7 @@ examples = []
|
|
| 28 |
for example in dataset:
|
| 29 |
examples.append({
|
| 30 |
'image': example['image'],
|
| 31 |
-
'joy-caption': example['
|
| 32 |
})
|
| 33 |
|
| 34 |
# 定义可用的 gen_camerapath 和 render_camerapath 选项
|
|
|
|
| 28 |
for example in dataset:
|
| 29 |
examples.append({
|
| 30 |
'image': example['image'],
|
| 31 |
+
'joy-caption': example['joy_caption_surrounding']
|
| 32 |
})
|
| 33 |
|
| 34 |
# 定义可用的 gen_camerapath 和 render_camerapath 选项
|