Robin Goran commited on
Commit
ae1a0dd
·
1 Parent(s): ea736a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -55,8 +55,7 @@ demo = gr.Interface(
55
  gr.inputs.Number(default=0.3, label="sulfur dioxide free-total ratio"),
56
  gr.inputs.Checkbox(label="Red wine?")
57
  ],
58
- css = ".output-image, .input-image, .image-preview {height: 600px !important}",
59
- outputs=gr.Image(type="pil", width=100, height=300))
60
 
61
  demo.launch(debug=True)
62
 
 
55
  gr.inputs.Number(default=0.3, label="sulfur dioxide free-total ratio"),
56
  gr.inputs.Checkbox(label="Red wine?")
57
  ],
58
+ outputs=gr.Image(type="pil").style(height=300, width=200))
 
59
 
60
  demo.launch(debug=True)
61