Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
@@ -162,10 +162,10 @@ def main():
|
|
162 |
gr.inputs.Slider(-180, 180, step=5, default=0, label='Angle'),
|
163 |
],
|
164 |
gr.outputs.Image(type='numpy', label='Output'),
|
165 |
-
theme=args.theme,
|
166 |
title=TITLE,
|
167 |
description=DESCRIPTION,
|
168 |
article=ARTICLE,
|
|
|
169 |
allow_screenshot=args.allow_screenshot,
|
170 |
allow_flagging=args.allow_flagging,
|
171 |
live=args.live,
|
|
|
162 |
gr.inputs.Slider(-180, 180, step=5, default=0, label='Angle'),
|
163 |
],
|
164 |
gr.outputs.Image(type='numpy', label='Output'),
|
|
|
165 |
title=TITLE,
|
166 |
description=DESCRIPTION,
|
167 |
article=ARTICLE,
|
168 |
+
theme=args.theme,
|
169 |
allow_screenshot=args.allow_screenshot,
|
170 |
allow_flagging=args.allow_flagging,
|
171 |
live=args.live,
|