Spaces:
Running
Running
...
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ def main():
|
|
139 |
gr.Interface(
|
140 |
inference,
|
141 |
gr.Image(type="pil", label='Input'),
|
142 |
-
gr.Image(type="pil", label='Output'
|
143 |
theme=args.theme,
|
144 |
title=TITLE,
|
145 |
description=DESCRIPTION,
|
|
|
139 |
gr.Interface(
|
140 |
inference,
|
141 |
gr.Image(type="pil", label='Input'),
|
142 |
+
gr.Image(type="pil", label='Output').style(height=300),
|
143 |
theme=args.theme,
|
144 |
title=TITLE,
|
145 |
description=DESCRIPTION,
|