alkzar90 commited on
Commit
4641216
1 Parent(s): afc4d61

Decrease the number of examples

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -178,10 +178,10 @@ demo = gr.Interface(
178
  outputs=outputs,
179
  css=CSS,
180
  examples=[
181
- ["#DF5C16", 6.7, 12, 666, None, None, None, 40],
182
  #["#C01660", 13.5, 12, 1990, None, None, None, 40],
183
  #["#44CCAA", 8.9, 12, 1512, None, None, None, 40],
184
- ["#39A291", 5.0, 12, 666, "A sakura tree", 60, 4, 52],
185
  #["#0E0907", 0.0, 12, 666, "A big whale in the ocean", 60, 8, 52],
186
  #["#19A617", 4.6, 12, 666, "An island with sunset at background", 140, 4, 47],
187
  ],
 
178
  outputs=outputs,
179
  css=CSS,
180
  examples=[
181
+ #["#DF5C16", 6.7, 12, 666, None, None, None, 40],
182
  #["#C01660", 13.5, 12, 1990, None, None, None, 40],
183
  #["#44CCAA", 8.9, 12, 1512, None, None, None, 40],
184
+ ["#39A291", 5.0, 8, 666, "A sakura tree", 60, 4, 52],
185
  #["#0E0907", 0.0, 12, 666, "A big whale in the ocean", 60, 8, 52],
186
  #["#19A617", 4.6, 12, 666, "An island with sunset at background", 140, 4, 47],
187
  ],