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

Update CSS

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, .input_image {height: 50rem; width: 100%;}")
95
  iface.launch(debug=True)
 
91
  description=description,
92
  article=article,
93
  examples=examples,
94
+ css=".output_image {height: 600px !important}")
95
  iface.launch(debug=True)