ashwml commited on
Commit
d3047d7
·
1 Parent(s): ea197ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ import torch
42
 
43
 
44
 
45
-
46
  model = VisionEncoderDecoderModel.from_encoder_decoder_pretrained(encoder._name_or_path, decoder._name_or_path)
47
 
48
 
 
42
 
43
 
44
 
45
+ print(encoder._name_or_path,decoder._name_or_path,)
46
  model = VisionEncoderDecoderModel.from_encoder_decoder_pretrained(encoder._name_or_path, decoder._name_or_path)
47
 
48