removed a debugging print line
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ class MyModel(nn.Module):
|
|
47 |
|
48 |
def predict(self, video_path):
|
49 |
"""Test the model on the given videos and compute accuracy."""
|
50 |
-
|
51 |
|
52 |
self.model.eval()
|
53 |
|
|
|
47 |
|
48 |
def predict(self, video_path):
|
49 |
"""Test the model on the given videos and compute accuracy."""
|
50 |
+
|
51 |
|
52 |
self.model.eval()
|
53 |
|