Spaces:
Running
on
Zero
Running
on
Zero
bugfix
Browse files
app.py
CHANGED
@@ -597,7 +597,8 @@ def load_examples():
|
|
597 |
example1[4] = os.path.join(samples_dir, filename)
|
598 |
|
599 |
# 设置示例1的提示文本
|
600 |
-
|
|
|
601 |
|
602 |
# 示例2
|
603 |
example2 = [None] * 5 # [source, repaint_image, prompt, tracking_video, result_video]
|
@@ -613,7 +614,7 @@ def load_examples():
|
|
613 |
example2[4] = os.path.join(samples_dir, filename)
|
614 |
|
615 |
# 设置示例2的提示文本
|
616 |
-
|
617 |
|
618 |
# 添加示例到列表
|
619 |
if example1[0] is not None and example1[3] is not None:
|
|
|
597 |
example1[4] = os.path.join(samples_dir, filename)
|
598 |
|
599 |
# 设置示例1的提示文本
|
600 |
+
example2[2] = "A wonderful bright old-fasion red car is riding from left to right sun light is shining on the car, its reflection glittering. In the background is a deserted city in the noon, the roads and buildings are covered with green vegetation."
|
601 |
+
|
602 |
|
603 |
# 示例2
|
604 |
example2 = [None] * 5 # [source, repaint_image, prompt, tracking_video, result_video]
|
|
|
614 |
example2[4] = os.path.join(samples_dir, filename)
|
615 |
|
616 |
# 设置示例2的提示文本
|
617 |
+
example1[2] = "a rocket lifts off from the table and smoke erupt from its bottom."
|
618 |
|
619 |
# 添加示例到列表
|
620 |
if example1[0] is not None and example1[3] is not None:
|