susunghong commited on
Commit
b7cfa06
1 Parent(s): 5da027f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -18,7 +18,7 @@ examples = [
18
  [
19
  ' ',
20
  50,
21
- False,
22
  8978,
23
  7.5,
24
  1.0,
@@ -26,7 +26,7 @@ examples = [
26
  [
27
  '.',
28
  50,
29
- False,
30
  1,
31
  7.5,
32
  1.0,
@@ -34,7 +34,7 @@ examples = [
34
  [
35
  'A cute Scottish Fold playing with a ball',
36
  50,
37
- False,
38
  123,
39
  5.0,
40
  1.0,
@@ -42,7 +42,7 @@ examples = [
42
  [
43
  'A person with a happy dog',
44
  50,
45
- False,
46
  456,
47
  5.0,
48
  1.0,
 
18
  [
19
  ' ',
20
  50,
21
+ "Fix Seed",
22
  8978,
23
  7.5,
24
  1.0,
 
26
  [
27
  '.',
28
  50,
29
+ "Fix Seed",
30
  1,
31
  7.5,
32
  1.0,
 
34
  [
35
  'A cute Scottish Fold playing with a ball',
36
  50,
37
+ "Fix Seed",
38
  123,
39
  5.0,
40
  1.0,
 
42
  [
43
  'A person with a happy dog',
44
  50,
45
+ "Fix Seed",
46
  456,
47
  5.0,
48
  1.0,