awacke1 commited on
Commit
45bd4a6
·
1 Parent(s): e053e5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -105,6 +105,10 @@ examples=[
105
  ['FuturismEgon3-gigapixel-art-scale-6_00x.png', 'Simple Lines']
106
  ]
107
 
 
 
 
 
108
 
109
  iface = gr.Interface(predict, [gr.inputs.Image(type='filepath'),
110
  gr.inputs.Radio(['Complex Lines','Simple Lines'], type="value", default='Simple Lines', label='version')],
 
105
  ['FuturismEgon3-gigapixel-art-scale-6_00x.png', 'Simple Lines']
106
  ]
107
 
108
+ css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
109
+ #css = "@media screen and (max-width: 600px) { .output_image, .input_image {height:20rem !important; width: 100% !important;} }"
110
+ # css = ".output_image, .input_image {height: 600px !important}"
111
+ # css = ".image-preview {height: auto !important;}"
112
 
113
  iface = gr.Interface(predict, [gr.inputs.Image(type='filepath'),
114
  gr.inputs.Radio(['Complex Lines','Simple Lines'], type="value", default='Simple Lines', label='version')],