Spaces:
Runtime error
Runtime error
still trying
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ examples =[['test0.jpeg'],['./test1.jpeg'],['test2.jpeg']]
|
|
86 |
#css = ".output-image, .input-image"
|
87 |
#css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
|
88 |
#css = "@media screen and (max-width: 600px) { .output_image, .input_image {height:20rem !important; width: 100% !important;} }"
|
89 |
-
css = ".output_image {height: 600px !important}, .input_image {height:
|
90 |
|
91 |
css = ".image-preview {height: auto !important;}"
|
92 |
|
|
|
86 |
#css = ".output-image, .input-image"
|
87 |
#css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
|
88 |
#css = "@media screen and (max-width: 600px) { .output_image, .input_image {height:20rem !important; width: 100% !important;} }"
|
89 |
+
css = ".output_image {height: 600px !important}, .input_image {height: 300px !important}"
|
90 |
|
91 |
css = ".image-preview {height: auto !important;}"
|
92 |
|