Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,8 @@ _max_width_()
|
|
49 |
|
50 |
|
51 |
def main():
|
52 |
-
|
53 |
-
|
54 |
|
55 |
st.title("🦾 Video Analysis for Education")
|
56 |
st.header("")
|
|
|
49 |
|
50 |
|
51 |
def main():
|
52 |
+
model, clip_model, preprocess, tokenizer = load_model()
|
53 |
+
prefix_length = 50
|
54 |
|
55 |
st.title("🦾 Video Analysis for Education")
|
56 |
st.header("")
|