EXCAI commited on
Commit
3204858
·
verified ·
1 Parent(s): 93b1556

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -597,7 +597,7 @@ def load_examples():
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
@@ -614,7 +614,7 @@ def load_examples():
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:
 
597
  example1[4] = os.path.join(samples_dir, filename)
598
 
599
  # 设置示例1的提示文本
600
+ example1[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
 
614
  example2[4] = os.path.join(samples_dir, filename)
615
 
616
  # 设置示例2的提示文本
617
+ example2[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: