Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with demo:
|
|
81 |
with gr.Row():
|
82 |
submit_button = gr.Button('Submit')
|
83 |
with gr.Column():
|
84 |
-
label = gr.Label(
|
85 |
with gr.Row():
|
86 |
example_images = gr.Dataset(components=[input_image], samples=[['library.jpeg'], ['cat.png'], ['dog.png'], ['panda.png']])
|
87 |
|
|
|
81 |
with gr.Row():
|
82 |
submit_button = gr.Button('Submit')
|
83 |
with gr.Column():
|
84 |
+
label = gr.Label()
|
85 |
with gr.Row():
|
86 |
example_images = gr.Dataset(components=[input_image], samples=[['library.jpeg'], ['cat.png'], ['dog.png'], ['panda.png']])
|
87 |
|