Update
Browse files
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,
|