jruneofficial commited on
Commit
e5241f9
1 Parent(s): 01210e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from PIL import Image
14
  from pytorch_pretrained_biggan import BigGAN, truncated_noise_sample, one_hot_from_names, one_hot_from_int
15
 
16
  config = {
17
- "model_name": "smangrul/Multimodal-Challenge",
18
  "base_model_name": "distilbert-base-uncased",
19
  "image_gen_model": "biggan-deep-512",
20
  "max_length": 20,
14
  from pytorch_pretrained_biggan import BigGAN, truncated_noise_sample, one_hot_from_names, one_hot_from_int
15
 
16
  config = {
17
+ "model_name": "keras-io/multimodal-entailment",
18
  "base_model_name": "distilbert-base-uncased",
19
  "image_gen_model": "biggan-deep-512",
20
  "max_length": 20,