Spaces:
Configuration error
Configuration error
Commit
·
9217443
1
Parent(s):
489c01d
Update description
Browse files
app.py
CHANGED
@@ -38,8 +38,8 @@ demo = gr.Interface(
|
|
38 |
],
|
39 |
outputs=gr.outputs.Textbox(label="Generated Text"),
|
40 |
examples=examples,
|
41 |
-
title="NoSleep Story Generator",
|
42 |
-
description="Using the 1.5b size model. You may need to run it a few times in order to get something good!"
|
43 |
)
|
44 |
|
45 |
demo.launch()
|
|
|
38 |
],
|
39 |
outputs=gr.outputs.Textbox(label="Generated Text"),
|
40 |
examples=examples,
|
41 |
+
title="NoSleep Horror Story Generator",
|
42 |
+
description="Using the 1.5b size model. You may need to run it a few times in order to get something good! TIP: if you want a writing prompt, use this model in combination: https://huggingface.co/spaces/DarwinAnim8or/NoSleepWritingPromptGenerator"
|
43 |
)
|
44 |
|
45 |
demo.launch()
|