Spaces:
Runtime error
Runtime error
chore: layout=horizontal
Browse files
app.py
CHANGED
@@ -41,5 +41,5 @@ iface = gr.Interface(
|
|
41 |
gr.outputs.Image(label="Activation from Kernel 3"),
|
42 |
],
|
43 |
examples=[["examples/lama.jpeg"], ["examples/dalai_lama.jpeg"]],
|
44 |
-
layout="
|
45 |
).launch(share=True)
|
|
|
41 |
gr.outputs.Image(label="Activation from Kernel 3"),
|
42 |
],
|
43 |
examples=[["examples/lama.jpeg"], ["examples/dalai_lama.jpeg"]],
|
44 |
+
layout="horizontal",
|
45 |
).launch(share=True)
|