Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
from transformers import ViTFeatureExtractor, ViTForImageCaptioning, AutoTokenizer
|
|
|
|
| 2 |
import torch
|
| 3 |
from PIL import Image
|
| 4 |
|
|
|
|
| 1 |
from transformers import ViTFeatureExtractor, ViTForImageCaptioning, AutoTokenizer
|
| 2 |
+
|
| 3 |
import torch
|
| 4 |
from PIL import Image
|
| 5 |
|