Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
NLPStoryWriterWithMemory
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
awacke1
commited on
Oct 5, 2022
Commit
8e781a8
·
1 Parent(s):
451bbc4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -73,6 +73,7 @@ demo = gr.Interface(
73
"text"
74
],
75
"text",
76
live=True,
77
)
78
demo.launch()
73
"text"
74
],
75
"text",
76
+
gr.Textbox(lines=3, default=context, label="Story starter")],
77
live=True,
78
)
79
demo.launch()