Spaces:
Running
Running
OmPrakashSingh1704
commited on
Commit
•
5225e99
1
Parent(s):
4bde8da
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/Video_model/__pycache__/Model.cpython-310.pyc
CHANGED
Binary files a/options/Video_model/__pycache__/Model.cpython-310.pyc and b/options/Video_model/__pycache__/Model.cpython-310.pyc differ
|
|