Spaces:
Sleeping
Sleeping
abrakjamson
commited on
Commit
·
8bf7eb8
1
Parent(s):
63bd849
Title format
Browse files
app.py
CHANGED
|
@@ -401,7 +401,7 @@ with gr.Blocks(
|
|
| 401 |
if cuda:
|
| 402 |
gr.Markdown("# 🧠 LLM Mind Control")
|
| 403 |
else:
|
| 404 |
-
gr.Markdown(""" 🧠 LLM Mind Control
|
| 405 |
|
| 406 |
*Warning: running on CPU will be very slow*""")
|
| 407 |
gr.Markdown("""Unlike prompting, direct weight manipulation lets you fine-tune the amount of a personality
|
|
|
|
| 401 |
if cuda:
|
| 402 |
gr.Markdown("# 🧠 LLM Mind Control")
|
| 403 |
else:
|
| 404 |
+
gr.Markdown("""# 🧠 LLM Mind Control
|
| 405 |
|
| 406 |
*Warning: running on CPU will be very slow*""")
|
| 407 |
gr.Markdown("""Unlike prompting, direct weight manipulation lets you fine-tune the amount of a personality
|