Skip to content

Commit

Permalink
Fix sierra file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonmeso committed Jan 25, 2024
1 parent 2890ac7 commit 82f68c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion giza/frameworks/cairo.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def deploy(
spinner = Spinner(name="aesthetic", text="Creating deployment!")

with Live(renderable=spinner):
with open(data) as sierra:
with open(data, "rb") as sierra:
deployment = client.create(
model_id,
version_id,
Expand Down

0 comments on commit 82f68c4

Please sign in to comment.