pytorch / pages /25_Deployment.py
eaglelandsonce's picture
Update pages/25_Deployment.py
715c3e0 verified
raw
history blame
228 Bytes
import webbrowser
# URL of the YouTube video
youtube_url = "https://www.youtube.com/watch?v=Dk88zv1KYMI&list=PL_lsbAsL_o2CTlGHgMxNrKhzP97BaG9ZN"
# Open the YouTube video in the default web browser
webbrowser.open(youtube_url)