Spaces:
Running
Running
OmPrakashSingh1704
commited on
Commit
·
c403044
1
Parent(s):
1bd8e1d
update
Browse files
options/Video.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from Video_model import Model
|
2 |
|
3 |
def Video(image):
|
4 |
return Model.Video(image)
|
|
|
1 |
+
from .Video_model import Model
|
2 |
|
3 |
def Video(image):
|
4 |
return Model.Video(image)
|
options/__pycache__/Video.cpython-310.pyc
CHANGED
Binary files a/options/__pycache__/Video.cpython-310.pyc and b/options/__pycache__/Video.cpython-310.pyc differ
|
|