slush0 commited on
Commit
9f02861
·
1 Parent(s): 56e9926

Added long-text generation example.

Browse files
Files changed (1) hide show
  1. prompt.py +10 -1
prompt.py CHANGED
@@ -240,5 +240,14 @@ with gr.Blocks() as iface_prompt:
240
  0.75,
241
  False,
242
  ],
243
- ],
 
 
 
 
 
 
 
 
 
244
  )
 
240
  0.75,
241
  False,
242
  ],
243
+ [
244
+ "Lorem impsum dolor sit amet. ",
245
+ "bloom",
246
+ False,
247
+ 0,
248
+ 0,
249
+ 1,
250
+ False,
251
+ ],
252
+ ],
253
  )