Spaces:
Runtime error
Runtime error
Commit
路
84b9206
1
Parent(s):
e764c20
Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,8 @@ def image_to_silhouette(image):
|
|
23 |
interface = gr.Interface(fn=image_to_silhouette, inputs="image", outputs="image")
|
24 |
|
25 |
# A帽adir cajas de texto y bot贸n
|
26 |
-
input_box = interface.input_components[
|
27 |
-
output_box = interface.outputs_components[
|
28 |
convert_button = gr.Button("Convertir")
|
29 |
|
30 |
# Mostrar interfaz
|
|
|
23 |
interface = gr.Interface(fn=image_to_silhouette, inputs="image", outputs="image")
|
24 |
|
25 |
# A帽adir cajas de texto y bot贸n
|
26 |
+
input_box = interface.input_components[0]
|
27 |
+
output_box = interface.outputs_components[0]
|
28 |
convert_button = gr.Button("Convertir")
|
29 |
|
30 |
# Mostrar interfaz
|