Spaces:
Runtime error
Runtime error
tomaseo2022
commited on
Commit
路
0e7c4a1
1
Parent(s):
f21e27b
Update app.py
Browse files
app.py
CHANGED
@@ -36,4 +36,5 @@ iface = gr.Interface(
|
|
36 |
description="Esta herramienta intenta convertir un archivo PDF en c贸digo ZPL."
|
37 |
)
|
38 |
|
39 |
-
if __name__ == "__main__":
|
|
|
|
36 |
description="Esta herramienta intenta convertir un archivo PDF en c贸digo ZPL."
|
37 |
)
|
38 |
|
39 |
+
if __name__ == "__main__":
|
40 |
+
iface.launch()
|