YuxinJ commited on
Commit
395843c
1 Parent(s): ab80ef4
Files changed (1) hide show
  1. app.py +1 -1
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', height=300),
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,