Skip to content

Commit

Permalink
type in placeholder code
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne committed Jun 23, 2024
1 parent 82fbbe5 commit 87b71e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ image1.to(image1.permute(1, 2, 0).unsqueeze(0)) # Back to BHWC
# In all other cases, code behaves like normal python code
# Any variables you define yourself will behave as expected
print(image1, image2, mask1, mask2, number1, number2, sep='\\n')
print(text1, text2, dict1, list1, any1, any2, any3 sep='\\n')
print(text1, text2, dict1, list1, any1, any2, any3, sep='\\n')
`,
};

0 comments on commit 87b71e8

Please sign in to comment.