Spaces:
Running
Running
Update app.py
Browse files
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=
|
|
|
185 |
|
186 |
gallery.select( fn=get_select_index, inputs=[text,alpha], outputs=selected )
|
187 |
|
188 |
+
demo.launch(inline=False, width = 700)
|