Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ additional_inputs=[
|
|
116 |
|
117 |
with gr.Blocks() as demo:
|
118 |
with gr.Row():
|
119 |
-
with gr.Column(
|
120 |
gr.Image("Danny-DiVito-as-the-Trashman.jpg", elem_id="banner-image", show_label=False)
|
121 |
with gr.Column():
|
122 |
gr.Markdown(
|
|
|
116 |
|
117 |
with gr.Blocks() as demo:
|
118 |
with gr.Row():
|
119 |
+
with gr.Column():
|
120 |
gr.Image("Danny-DiVito-as-the-Trashman.jpg", elem_id="banner-image", show_label=False)
|
121 |
with gr.Column():
|
122 |
gr.Markdown(
|