Spaces:
Runtime error
Runtime error
jjourney1125
commited on
Commit
•
a2cf94d
1
Parent(s):
5b4d580
Update frame size
Browse files
app.py
CHANGED
@@ -336,8 +336,9 @@ if __name__ == '__main__':
|
|
336 |
examples= glob.glob("samples/*.jpg")
|
337 |
gr.Interface(
|
338 |
main,
|
339 |
-
gr.
|
340 |
-
gr.inputs.Image(type="pil", label="
|
|
|
341 |
title=title,
|
342 |
description=description,
|
343 |
article=article,
|
|
|
336 |
examples= glob.glob("samples/*.jpg")
|
337 |
gr.Interface(
|
338 |
main,
|
339 |
+
#gr.Image().style(full_width=True, height=60),
|
340 |
+
gr.inputs.Image(type="pil", label="Input").style(height=260),
|
341 |
+
gr.inputs.Image(type="pil", label="Ouput").style(height=240),
|
342 |
title=title,
|
343 |
description=description,
|
344 |
article=article,
|