artyomboyko commited on
Commit
15cfe38
·
verified ·
1 Parent(s): b8ee906

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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 144p quality with 5-second frame interval.
 
 
 
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: