tensorkelechi commited on
Commit
52719f3
·
verified ·
1 Parent(s): d7417fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -6
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import ripple
2
  import streamlit as stl
 
3
 
4
  # streamlit app
5
  stl.set_page_config(
@@ -16,13 +17,15 @@ stl.link_button(
16
  )
17
 
18
  dataset = stl.selectbox(
19
- "choose huggingface dataset(bgger datasets take more time to embed..)",
20
  options=[
21
- "huggan/wikiart(1k)",
22
- "huggan/wikiart(11k)",
23
- "zh-plus/tiny-imagenet(110k)",
24
- "lambdalabs/naruto-blip-captions(1k)",
25
- "detection-datasets/fashionpedia(45k)",
 
 
26
  ],
27
  )
28
  # initalized global variables
 
1
  import ripple
2
  import streamlit as stl
3
+ from tqdm.auto import tqdm
4
 
5
  # streamlit app
6
  stl.set_page_config(
 
17
  )
18
 
19
  dataset = stl.selectbox(
20
+ "choose huggingface dataset(bigger datasets take more time to embed..)",
21
  options=[
22
+ "huggan/few-shot-art-painting",
23
+ "huggan/wikiart",
24
+ "zh-plus/tiny-imagenet(",
25
+ "lambdalabs/naruto-blip-captions",
26
+ "detection-datasets/fashionpedia",
27
+ "fantasyfish/laion-art",
28
+ "Chris1/cityscapes"
29
  ],
30
  )
31
  # initalized global variables