Spaces:
Sleeping
Sleeping
Update inference.py
Browse files- inference.py +2 -0
inference.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
import tensorflow as tf
|
| 2 |
import logging
|
| 3 |
from preprocessing import VideoPreprocessor
|
|
|
|
| 1 |
+
# inference.py
|
| 2 |
+
|
| 3 |
import tensorflow as tf
|
| 4 |
import logging
|
| 5 |
from preprocessing import VideoPreprocessor
|