Spaces:
Runtime error
Runtime error
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(width = 700)
|
|
|
|
| 185 |
|
| 186 |
gallery.select( fn=get_select_index, inputs=[text,alpha], outputs=selected )
|
| 187 |
|
| 188 |
+
demo.launch(inline=True, width = 700)
|