simonza commited on
Commit
2dcffa6
1 Parent(s): 33e73fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,4 +185,4 @@ with gr.Blocks(width = 300) as demo:
185
 
186
  gallery.select( fn=get_select_index, inputs=[text,alpha], outputs=selected )
187
 
188
- demo.launch(inline=True, width = 700)
 
185
 
186
  gallery.select( fn=get_select_index, inputs=[text,alpha], outputs=selected )
187
 
188
+ demo.launch(inline=False, width = 700)