Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,4 +17,4 @@ with gr.Blocks() as interface:
|
|
17 |
img = gr.outputs.Image(label="Imagen",type='filepath')
|
18 |
button.click(fn=procesar_archivo,inputs=[format,number,unit,frec,file] ,outputs=[out,img])
|
19 |
|
20 |
-
interface.launch(
|
|
|
17 |
img = gr.outputs.Image(label="Imagen",type='filepath')
|
18 |
button.click(fn=procesar_archivo,inputs=[format,number,unit,frec,file] ,outputs=[out,img])
|
19 |
|
20 |
+
interface.launch()
|