Spaces:
Runtime error
Runtime error
DarwinAnim8or
commited on
Commit
•
0a07b42
1
Parent(s):
d7c2e5b
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ demo = gr.Interface(
|
|
48 |
outputs=gr.outputs.Textbox(label="Generated Text"),
|
49 |
examples=examples,
|
50 |
title="GPT-Greentext Playground",
|
51 |
-
description="Using the
|
52 |
)
|
53 |
|
54 |
demo.launch()
|
|
|
48 |
outputs=gr.outputs.Textbox(label="Generated Text"),
|
49 |
examples=examples,
|
50 |
title="GPT-Greentext Playground",
|
51 |
+
description="Using the 1.5b size model. You may need to run it a few times in order to get something good!"
|
52 |
)
|
53 |
|
54 |
demo.launch()
|