nielsr HF staff commited on
Commit
1478273
1 Parent(s): 13a2fa6

Add CSS to make input and output bigger

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -90,5 +90,6 @@ iface = gr.Interface(fn=process_image,
90
  title=title,
91
  description=description,
92
  article=article,
93
- examples=examples)
 
94
  iface.launch(debug=True)
90
  title=title,
91
  description=description,
92
  article=article,
93
+ examples=examples,
94
+ css=".output_image, .input_image {height: 50rem; width: 100%;}")
95
  iface.launch(debug=True)