nielsr HF staff commited on
Commit
699bf9a
1 Parent(s): 68113a5

Make both the input and output image bigger

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,5 +91,5 @@ iface = gr.Interface(fn=process_image,
91
  description=description,
92
  article=article,
93
  examples=examples,
94
- css=".output_image {height: 600px !important}")
95
  iface.launch(debug=True)
 
91
  description=description,
92
  article=article,
93
  examples=examples,
94
+ css=".output_image, .input_image {height: 600px !important}")
95
  iface.launch(debug=True)