meebox commited on
Commit
3a1737b
·
1 Parent(s): 015b01c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,5 +28,5 @@ ui = gr.Interface(
28
  ],
29
  outputs=gr.Image(type="filepath")
30
  )
31
- ui.launch(share=True)
32
 
 
28
  ],
29
  outputs=gr.Image(type="filepath")
30
  )
31
+ ui.launch()
32