osanseviero commited on
Commit
a44b292
·
1 Parent(s): abc0eb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -79,6 +79,8 @@ iface = gr.Interface(
79
  title=title,
80
  description=description,
81
  article=article,
 
 
82
  )
83
 
84
  iface.launch()
 
79
  title=title,
80
  description=description,
81
  article=article,
82
+ css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
83
+
84
  )
85
 
86
  iface.launch()