temp-9384289 commited on
Commit
e32159f
·
1 Parent(s): 946f156

new models

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -21,10 +21,11 @@ import base64
21
  modelieo=[
22
  'nathanReitinger/MNIST-diffusion',
23
  'nathanReitinger/MNIST-diffusion-oneImage',
 
24
  'nathanReitinger/MNIST-GAN',
25
  'nathanReitinger/MNIST-GAN-noDropout',
 
26
  'nathanReitinger/FASHION-diffusion-oneImage',
27
- 'nathanReitinger/FASHION-diffusion'
28
  ]
29
 
30
  def get_sims(gen_filepath, gen_label, file_path, hunting_time_limit, data_type):
 
21
  modelieo=[
22
  'nathanReitinger/MNIST-diffusion',
23
  'nathanReitinger/MNIST-diffusion-oneImage',
24
+ 'nathanReitinger/MNIST-diffusion-threeHundredImages ',
25
  'nathanReitinger/MNIST-GAN',
26
  'nathanReitinger/MNIST-GAN-noDropout',
27
+ 'nathanReitinger/FASHION-diffusion',
28
  'nathanReitinger/FASHION-diffusion-oneImage',
 
29
  ]
30
 
31
  def get_sims(gen_filepath, gen_label, file_path, hunting_time_limit, data_type):