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