victor commited on
Commit
15c3d25
·
1 Parent(s): 1add3b8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,4 +63,4 @@ intf = gr.Interface(
63
  )
64
 
65
  # Launch the app
66
- intf.launch(share=True) # share=True allows you to share the interface via a public link
 
63
  )
64
 
65
  # Launch the app
66
+ intf.launch(inline=False) # share=True allows you to share the interface via a public link