Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ title = "Nudity Censor Vincent version 2.1"
|
|
| 39 |
theme = "Nymbo/Alyx_Theme"
|
| 40 |
|
| 41 |
iface = gr.Interface(
|
| 42 |
-
process, input = gr.components.Image(type='filepath'), output = gr.components.Image(type="filepath"), title=title, theme=theme
|
| 43 |
gr.Examples(
|
| 44 |
examples=[
|
| 45 |
[
|
|
|
|
| 39 |
theme = "Nymbo/Alyx_Theme"
|
| 40 |
|
| 41 |
iface = gr.Interface(
|
| 42 |
+
process, input = gr.components.Image(type='filepath'), output = gr.components.Image(type="filepath"), title=title, theme=theme,
|
| 43 |
gr.Examples(
|
| 44 |
examples=[
|
| 45 |
[
|