Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,8 @@ def predict(input_image:Image.Image):
|
|
| 79 |
|
| 80 |
for i in range(10):
|
| 81 |
example = examples[8]
|
| 82 |
-
example_img = example['path']
|
|
|
|
| 83 |
example_label = example['label']
|
| 84 |
|
| 85 |
print(f"True label: {example_label}")
|
|
|
|
| 79 |
|
| 80 |
for i in range(10):
|
| 81 |
example = examples[8]
|
| 82 |
+
#example_img = example['path']
|
| 83 |
+
example_img='fake_frame_0.jpg'
|
| 84 |
example_label = example['label']
|
| 85 |
|
| 86 |
print(f"True label: {example_label}")
|