Skip to content

Commit

Permalink
Fix file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Jul 14, 2023
1 parent e12a415 commit 8bcac45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import base64
import json

SOURCE_IMAGE = '/workspace/runpod-worker-inswapper/data/src.jpg'
TARGET_IMAGE = '/workspace/runpod-worker-inswapper/data/target.jpg'
SOURCE_IMAGE = 'data/src.png'
TARGET_IMAGE = 'data/target.png'


def encode_image_to_base64(image_path):
Expand Down

0 comments on commit 8bcac45

Please sign in to comment.