Skip to content

Commit 4d6d967

Browse files
committed
silence autoplay for colab
1 parent e733a9e commit 4d6d967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colab.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"#@title <-- Tap this if you play on Mobile { display-mode: \"form\" }\n",
3535
"%%html\n",
3636
"<b>Press play on the music player to keep the tab alive, then start KoboldCpp below</b><br/>\n",
37-
"<audio src=\"https://raw.githubusercontent.com/KoboldAI/KoboldAI-Client/main/colab/silence.m4a\" controls>"
37+
"<audio autoplay=\"\" src=\"https://raw.githubusercontent.com/KoboldAI/KoboldAI-Client/main/colab/silence.m4a\" controls>"
3838
]
3939
},
4040
{

0 commit comments

Comments
 (0)