YuxinJ commited on
Commit
ab80ef4
1 Parent(s): abf243b

.style() has been deprecated...

Browse files
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').style(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', height=300),
143
  theme=args.theme,
144
  title=TITLE,
145
  description=DESCRIPTION,