Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def generate(button):
|
|
| 53 |
Interface = gr.Interface(
|
| 54 |
title='CarGAN',
|
| 55 |
fn=generate,
|
| 56 |
-
inputs=gr.Button(
|
| 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 |
|