Spaces:
Runtime error
Runtime error
Add CSS to make input and output bigger
Browse files
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)
|