tennant commited on
Commit
275034c
·
verified ·
1 Parent(s): 6c3f8cf

Update gen_demo.py

Browse files
Files changed (1) hide show
  1. gen_demo.py +1 -1
gen_demo.py CHANGED
@@ -245,7 +245,7 @@ with gr.Blocks() as demo:
245
  # Add examples
246
  examples = [
247
  # ["0: tench, Tinca tinca", 0, True, 4.0, "1,2,4,8,16"],
248
- ["1: goldfish, Carassius auratus", 1, True, 4.0, "1,2,4,8,16"],
249
  # ["2: great white shark, white shark", 2, True, 4.0, "1,2,4,8,16"],
250
  ]
251
 
 
245
  # Add examples
246
  examples = [
247
  # ["0: tench, Tinca tinca", 0, True, 4.0, "1,2,4,8,16"],
248
+ ["1: goldfish", 1, True, 4.0, "1,2,4,8,16"],
249
  # ["2: great white shark, white shark", 2, True, 4.0, "1,2,4,8,16"],
250
  ]
251