Vladimir Zaigrajew commited on
Commit
704cd1f
·
1 Parent(s): 4e9a667

Updated with new example of statue

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -190,8 +190,8 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Matryoshka Sparse Autoencoder (MSA
190
 
191
  gr.Examples(
192
  examples=[
193
- ["./bird.jpg", 10, "birds", "", 10.0],
194
- ["./statue.jpg", 10, "statue", "humans", 10.0],
195
  ],
196
  # NOTE: You might need to create placeholder images 'bird.jpg' and 'statue.jpg'
197
  # in your directory for the examples to load correctly.
 
190
 
191
  gr.Examples(
192
  examples=[
193
+ ["bird.jpg", 10, "birds", "", 10.0],
194
+ ["statue.jpg", 10, "statue", "humans", 10.0],
195
  ],
196
  # NOTE: You might need to create placeholder images 'bird.jpg' and 'statue.jpg'
197
  # in your directory for the examples to load correctly.