Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Jul 18, 2024
1 parent b0fc2e9 commit 3048e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/talk-to-a-video.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ from griptape.artifacts import GenericArtifact, TextArtifact
from griptape.config import GoogleStructureConfig
import google.generativeai as genai

video_file = genai.upload_file(path="assets/griptape-comfyui.mp4")
video_file = genai.upload_file(path="tests/resources/griptape-comfyui.mp4")
while video_file.state.name == "PROCESSING":
time.sleep(2)
video_file = genai.get_file(video_file.name)
Expand Down

0 comments on commit 3048e2b

Please sign in to comment.