egosumkira commited on
Commit
d48922e
·
1 Parent(s): 22384ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ iface = gr.Interface(generate,
37
  title=title,
38
  description=description,
39
  examples=[
40
- ["time travel, magic, demons", 1.0, 3, 128]
41
  ]
42
  )
43
 
 
37
  title=title,
38
  description=description,
39
  examples=[
40
+ ["time travel, magic, rescue", 1.0, 3, 128]
41
  ]
42
  )
43