Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|