Spaces:
Runtime error
Runtime error
Commit
·
a44b292
1
Parent(s):
abc0eb3
Update app.py
Browse files
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()
|