Spaces:
Runtime error
Runtime error
Commit
路
d9a0941
1
Parent(s):
78841f4
Update app.py
Browse files
app.py
CHANGED
@@ -40,4 +40,10 @@ def on_button_clicked(sender):
|
|
40 |
# Asignar funci贸n al evento de clic del bot贸n
|
41 |
convert_button.on_click(on_button_clicked)
|
42 |
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
# Asignar funci贸n al evento de clic del bot贸n
|
41 |
convert_button.on_click(on_button_clicked)
|
42 |
|
43 |
+
# Muestra la interfaz
|
44 |
+
app = gr.App(
|
45 |
+
layout=gr.Column([input_box, convert_button, output_box]),
|
46 |
+
title="Silueta",
|
47 |
+
interface=interface
|
48 |
+
)
|
49 |
+
app.launch()
|