Skip to content

Commit 838c649

Browse files
authored
Update QuickPosePickerView.swift
1 parent 4c29a07 commit 838c649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SampleApps/SwiftUI/PickerDemo/QuickPose Demo/QuickPosePickerView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ struct QuickPosePickerView: View {
5858
@State var counter = QuickPoseThresholdCounter()
5959
@State var timer = QuickPoseThresholdTimer()
6060

61-
private var quickPose = QuickPose(sdkKey: "01GS5J4JEQQZDZZB0EYSE974BV")
61+
private var quickPose = QuickPose(sdkKey: "YOUR SDK KEY HERE") // register for your free key at https://dev.quickpose.ai
6262
@State private var overlayImage: UIImage?
6363

6464
@State var useFrontCamera: Bool = true

0 commit comments

Comments
 (0)