pikto commited on
Commit
b0d9851
·
1 Parent(s): a5c4bd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ with gr.Blocks(theme='pikto/theme@>=0.0.1,<0.0.3') as pan:
158
 
159
  gr.HTML('''<center><a href="https://huggingface.co/spaces/ysharma/Stream_PlaygroundAI_Images?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a></center>
160
  </p></div>''')
161
- b1.click(get_next10_images, [df, row_count], [df, row_count, img_search], api_name = "load_playgroundai_images" )
162
 
163
 
164
  with gr.Tab("Diffuser"):
 
158
 
159
  gr.HTML('''<center><a href="https://huggingface.co/spaces/ysharma/Stream_PlaygroundAI_Images?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a></center>
160
  </p></div>''')
161
+ b1.click(get_next10_images, [df, row_count], [df, row_count, img_search], api_name = "load_playgroundai_images" )
162
 
163
 
164
  with gr.Tab("Diffuser"):