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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -180,10 +180,10 @@ demo = gr.Interface(
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
  ],
188
  title=TITLE,
189
  description=DESCRIPTION,
 
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
  ],
188
  title=TITLE,
189
  description=DESCRIPTION,