Skip to content

Commit 38eee6f

Browse files
committed
Update Url
1 parent 4c61ebc commit 38eee6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai_services/vision/python/stream-video/stream_video_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ def delete_Vision_Private_Endpoint(self, vision_private_endpoint_ocid):
454454
sys.exit()
455455

456456
service_endpoint = \
457-
f"https://vision-beta.aiservice.{config.get('region')}.oci.oraclecloud.com"
457+
f"https://vision.aiservice.{config.get('region')}.oci.oraclecloud.com"
458458

459459
stream_videos = StreamVideo(compartment_id=compartment_id, subnet_id=subnet_id, camera_url=camera_url,
460460
namespace=namespace, bucket=bucket, prefix=prefix, oci_config=config, service_endpoint=service_endpoint)

0 commit comments

Comments
 (0)