nateraw commited on
Commit
c119503
1 Parent(s): 276f16a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ gr.Interface(
27
  fn,
28
  inputs=[
29
  gr.inputs.Slider(minimum=0, maximum=999999999, step=1, default=0, label='Random Seed'),
30
- gr.inputs.Radio(list(model_map), type="value", default='wikiart-1024', label='Pretrained Model')
31
  ],
32
  outputs='image',
33
  examples=[[343, 'wikiart-1024'], [456, 'landscapes-256'], [1234, 'stylegan3-r-ffhqu-256x256.pkl']],
 
27
  fn,
28
  inputs=[
29
  gr.inputs.Slider(minimum=0, maximum=999999999, step=1, default=0, label='Random Seed'),
30
+ gr.inputs.Radio(list(model_map), type="value", default='stylegan3-t-afhqv2-512x512.pkl', label='Pretrained Model')
31
  ],
32
  outputs='image',
33
  examples=[[343, 'wikiart-1024'], [456, 'landscapes-256'], [1234, 'stylegan3-r-ffhqu-256x256.pkl']],