bkhmsi commited on
Commit
930fdad
1 Parent(s): 0243ed4

examples fix

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -414,7 +414,9 @@ with gr.Blocks() as demo:
414
  outputs=[
415
  result0,
416
  result1,
417
- result2
 
 
418
  ],
419
  fn=run_main_ex,
420
  cache_examples=True)
 
414
  outputs=[
415
  result0,
416
  result1,
417
+ result2,
418
+ prompt,
419
+ seed_value
420
  ],
421
  fn=run_main_ex,
422
  cache_examples=True)