d. nye commited on
Commit
57edba7
·
1 Parent(s): 522b72c

Better defaults

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -617,7 +617,7 @@ gr.Interface(
617
  gr.inputs.Radio(list({"human","robot","soul patch"}), type="value", default='test1', label='Feature Type')
618
  ],
619
  outputs='image',
620
- examples=[[343, 'human'], [456, 'human'], [144371941, 'human'], [85644372, 'human'], [115008156, 'human'], [95432300, 'human'], [901305056, 'human']],
621
  enable_queue=True,
622
  title="NFT GAN",
623
  description="Select random seed and selct Submit to generate a new image",
 
617
  gr.inputs.Radio(list({"human","robot","soul patch"}), type="value", default='test1', label='Feature Type')
618
  ],
619
  outputs='image',
620
+ examples=[[802573202, 'robot'], [456, 'human'], [144371941, 'robot'], [85644372, 'human'], [115008156, 'human'], [95432300, 'human'], [901305056, 'robot']],
621
  enable_queue=True,
622
  title="NFT GAN",
623
  description="Select random seed and selct Submit to generate a new image",