norsu commited on
Commit
2ff1d07
1 Parent(s): 09b0913

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def generate(button):
53
  Interface = gr.Interface(
54
  title='CarGAN',
55
  fn=generate,
56
- inputs=gr.Button(label='Generate',size='lg'),
57
  outputs=gr.Image(type='pil')
58
  )
59
 
 
53
  Interface = gr.Interface(
54
  title='CarGAN',
55
  fn=generate,
56
+ inputs=gr.Button(value='Generate',size='lg'),
57
  outputs=gr.Image(type='pil')
58
  )
59