tennyson commited on
Commit
e6d6bf1
1 Parent(s): a04699c
Files changed (1) hide show
  1. app.py +1 -0
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],