Agusbs98 commited on
Commit
58a2738
1 Parent(s): c193052

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share = True)
 
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()