Sultannn commited on
Commit
2c1f123
·
1 Parent(s): 420f453

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- theme = "seafoam"
 
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
+