Update app.py
Browse files
app.py
CHANGED
@@ -339,8 +339,8 @@ if __name__ == '__main__':
|
|
339 |
gr.Interface(
|
340 |
main,
|
341 |
#gr.Image().style(full_width=True, height=60),
|
342 |
-
gr.
|
343 |
-
gr.
|
344 |
title=title,
|
345 |
description=description,
|
346 |
article=article,
|
|
|
339 |
gr.Interface(
|
340 |
main,
|
341 |
#gr.Image().style(full_width=True, height=60),
|
342 |
+
gr.Image(type="pil", label="Input").style(height=260),
|
343 |
+
gr.Image(type="pil", label="Ouput").style(height=240),
|
344 |
title=title,
|
345 |
description=description,
|
346 |
article=article,
|