Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ outputs = [
|
|
26 |
gr.outputs.Textbox(label = 'Story')
|
27 |
]
|
28 |
|
29 |
-
examples = [['img_1.jpg','img_2.jpg']]
|
30 |
|
31 |
def get_output_senten(img):
|
32 |
pixel_values = vit_feature_extractor(images=img, return_tensors="pt").pixel_values.to('cpu')
|
|
|
26 |
gr.outputs.Textbox(label = 'Story')
|
27 |
]
|
28 |
|
29 |
+
examples = [['img_1.jpg'],['img_2.jpg']]
|
30 |
|
31 |
def get_output_senten(img):
|
32 |
pixel_values = vit_feature_extractor(images=img, return_tensors="pt").pixel_values.to('cpu')
|