Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,10 @@ from smolagents.mcp_client import MCPClient
|
|
8 |
model = InferenceClientModel()
|
9 |
|
10 |
test_question = """Analyze YouTube video at https://www.youtube.com/watch?v=AP81nzJLS-c.
|
11 |
-
Use
|
|
|
|
|
|
|
12 |
"""
|
13 |
|
14 |
try:
|
|
|
8 |
model = InferenceClientModel()
|
9 |
|
10 |
test_question = """Analyze YouTube video at https://www.youtube.com/watch?v=AP81nzJLS-c.
|
11 |
+
Use 480p quality with 5-second frame interval.
|
12 |
+
Answer the following questions:
|
13 |
+
1) This is a fragment from what film?
|
14 |
+
2) What was the last sentence spoken?
|
15 |
"""
|
16 |
|
17 |
try:
|