Spaces:
Build error
Build error
app.py
CHANGED
@@ -132,6 +132,7 @@ with image_blocks as demo:
|
|
132 |
loading_icon = gr.HTML(loading_icon_html, visible=True)
|
133 |
share_button = gr.Button("Share to community", elem_id="share-btn", visible=True)
|
134 |
|
|
|
135 |
with gr.Row():
|
136 |
gr.Examples([
|
137 |
['examples/image/example_2.png', 'examples/reference/example_2.jpg',5,50],
|
|
|
132 |
loading_icon = gr.HTML(loading_icon_html, visible=True)
|
133 |
share_button = gr.Button("Share to community", elem_id="share-btn", visible=True)
|
134 |
|
135 |
+
|
136 |
with gr.Row():
|
137 |
gr.Examples([
|
138 |
['examples/image/example_2.png', 'examples/reference/example_2.jpg',5,50],
|