Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def process(input_img):
|
|
| 37 |
|
| 38 |
title = "Nudity Censor"
|
| 39 |
description = 'Blurs NSFW images using "NudeNet" Package.'
|
| 40 |
-
theme = "Nymbo/
|
| 41 |
|
| 42 |
iface = gr.Interface(process, gr.components.Image(type='filepath'), gr.components.Image(type="filepath"), title=title, description=description)
|
| 43 |
|
|
|
|
| 37 |
|
| 38 |
title = "Nudity Censor"
|
| 39 |
description = 'Blurs NSFW images using "NudeNet" Package.'
|
| 40 |
+
theme = "Nymbo/Alyx_Theme"
|
| 41 |
|
| 42 |
iface = gr.Interface(process, gr.components.Image(type='filepath'), gr.components.Image(type="filepath"), title=title, description=description)
|
| 43 |
|