Instructions to use vorstcavry/v with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vorstcavry/v with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("vorstcavry/v", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
86f629a
1
Parent(s): 1694ae8
Update satu_klik.ipynb
Browse files- satu_klik.ipynb +1 -8
satu_klik.ipynb
CHANGED
|
@@ -199,14 +199,7 @@
|
|
| 199 |
"buttons_html = f'<div>{subscribe_button} {support_button} {saweria_button} {discord_button}</div>'\n",
|
| 200 |
"display(HTML(buttons_html))\n",
|
| 201 |
"\n",
|
| 202 |
-
|
| 203 |
-
" display(HTML(f'<audio src=\"{url}\" controls autoplay style=\"display:none\"></audio>'))\n",
|
| 204 |
-
"\n",
|
| 205 |
-
"audio_url = \"https://raw.githubusercontent.com/KoboldAI/KoboldAI-Client/main/colab/silence.m4a\"\n",
|
| 206 |
-
"audio_thread = threading.Thread(target=play_audio, args=(audio_url,))\n",
|
| 207 |
-
"audio_thread.start()\n",
|
| 208 |
-
"#@markdown #<font color=\"#7FFF00\">***JALANKAN DENGAN SEKALI KLIK***</font>\n",
|
| 209 |
-
"\n",
|
| 210 |
"%cd /content\n",
|
| 211 |
"\n",
|
| 212 |
"%env TF_CPP_MIN_LOG_LEVEL=1\n",
|
|
|
|
| 199 |
"buttons_html = f'<div>{subscribe_button} {support_button} {saweria_button} {discord_button}</div>'\n",
|
| 200 |
"display(HTML(buttons_html))\n",
|
| 201 |
"\n",
|
| 202 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 203 |
"%cd /content\n",
|
| 204 |
"\n",
|
| 205 |
"%env TF_CPP_MIN_LOG_LEVEL=1\n",
|