hysts HF staff commited on
Commit
f9a4051
1 Parent(s): 37db8fc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,10 +161,10 @@ def main():
161
  gr.inputs.Slider(-180, 180, step=5, default=0, label='Angle'),
162
  ],
163
  gr.outputs.Image(type='numpy', label='Output'),
164
- theme=args.theme,
165
  title=TITLE,
166
  description=DESCRIPTION,
167
  article=ARTICLE,
 
168
  allow_screenshot=args.allow_screenshot,
169
  allow_flagging=args.allow_flagging,
170
  live=args.live,
 
161
  gr.inputs.Slider(-180, 180, step=5, default=0, label='Angle'),
162
  ],
163
  gr.outputs.Image(type='numpy', label='Output'),
 
164
  title=TITLE,
165
  description=DESCRIPTION,
166
  article=ARTICLE,
167
+ theme=args.theme,
168
  allow_screenshot=args.allow_screenshot,
169
  allow_flagging=args.allow_flagging,
170
  live=args.live,