Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -109,6 +109,7 @@ with demo:
|
|
109 |
examples = gr.Examples(examples=
|
110 |
[["image1.jpg", "What type of bird is this?"]],
|
111 |
label="Examples", inputs=[raw_image, question])
|
|
|
112 |
with gr.Row():
|
113 |
with gr.Column():
|
114 |
raw_image.render()
|
|
|
109 |
examples = gr.Examples(examples=
|
110 |
[["image1.jpg", "What type of bird is this?"]],
|
111 |
label="Examples", inputs=[raw_image, question])
|
112 |
+
|
113 |
with gr.Row():
|
114 |
with gr.Column():
|
115 |
raw_image.render()
|