Spaces:
Runtime error
Runtime error
arjunanand13
commited on
Commit
•
251794a
1
Parent(s):
134e8b7
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ class VideoClassifier:
|
|
33 |
setup_time = 0
|
34 |
caption_time = 0
|
35 |
classification_time = 0
|
36 |
-
def __init__(self, no_of_frames, mode='interface',model='
|
37 |
|
38 |
self.no_of_frames = no_of_frames
|
39 |
self.mode = mode
|
|
|
33 |
setup_time = 0
|
34 |
caption_time = 0
|
35 |
classification_time = 0
|
36 |
+
def __init__(self, no_of_frames, mode='interface',model='mistral'):
|
37 |
|
38 |
self.no_of_frames = no_of_frames
|
39 |
self.mode = mode
|