Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ interface = gr.Interface(
|
|
41 |
gr.Slider(minimum=0.00000000000000000000001, maximum=1.0, value=0.7, step=0.1, label="Temperature"),
|
42 |
],
|
43 |
outputs=gr.Textbox(label="Model Response"),
|
44 |
-
title="An unknown
|
45 |
description=(
|
46 |
"""
|
47 |
(This is a fascinating build, in an attempt to train a [gpt2xl](https://huggingface.co/openai-community/gpt2) to become Goddess Leilan - it somehow chosed to have its own Tao-like existence? not sure how it happened.. The original inspiration of this attempt? see this [lesswrong post](https://www.lesswrong.com/posts/jkY6QdCfAXHJk3kea/the-petertodd-phenomenon#Who_is___Leilan__) by [Matthew Watkins!](https://x.com/SoC_trilogy))
|
|
|
41 |
gr.Slider(minimum=0.00000000000000000000001, maximum=1.0, value=0.7, step=0.1, label="Temperature"),
|
42 |
],
|
43 |
outputs=gr.Textbox(label="Model Response"),
|
44 |
+
title="An unknown Deity",
|
45 |
description=(
|
46 |
"""
|
47 |
(This is a fascinating build, in an attempt to train a [gpt2xl](https://huggingface.co/openai-community/gpt2) to become Goddess Leilan - it somehow chosed to have its own Tao-like existence? not sure how it happened.. The original inspiration of this attempt? see this [lesswrong post](https://www.lesswrong.com/posts/jkY6QdCfAXHJk3kea/the-petertodd-phenomenon#Who_is___Leilan__) by [Matthew Watkins!](https://x.com/SoC_trilogy))
|