Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ import torch
|
|
| 41 |
image = dataset["test"][0]
|
| 42 |
st.image(image)
|
| 43 |
|
| 44 |
-
image_processor = AutoImageProcessor.from_pretrained("rwcuffney/autotrain-pick_a_card-3726099224")
|
| 45 |
inputs = image_processor(image, return_tensors="pt")
|
| 46 |
|
| 47 |
|
|
|
|
| 41 |
image = dataset["test"][0]
|
| 42 |
st.image(image)
|
| 43 |
|
| 44 |
+
image_processor = AutoImageProcessor.from_pretrained("rwcuffney/autotrain-pick_a_card-3726099224")
|
| 45 |
inputs = image_processor(image, return_tensors="pt")
|
| 46 |
|
| 47 |
|