Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ gr.Interface.load(
|
|
15 |
gr.inputs.Dropdown(choices= choices, type="value", default='YOLOXS', label="Model")
|
16 |
],
|
17 |
article = article,
|
18 |
-
description = description
|
|
|
19 |
).launch(),
|
20 |
-
|
|
|
15 |
gr.inputs.Dropdown(choices= choices, type="value", default='YOLOXS', label="Model")
|
16 |
],
|
17 |
article = article,
|
18 |
+
description = description,
|
19 |
+
theme = "seafoam",
|
20 |
).launch(),
|
21 |
+
|