Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,8 +72,10 @@ with open('Mindfulness.txt', 'r') as file:
|
|
72 |
|
73 |
parallelModel = gr.Parallel(generator1, generator2, generator3,
|
74 |
#inputs = SplitterInputBox,
|
75 |
-
inputs=[
|
76 |
-
|
|
|
|
|
77 |
title="Mindfulness Story Generation with Persistent Dataset Memory",
|
78 |
description=f"Mindfulness Story Generation with Persistent Dataset Memory",
|
79 |
article=f"Memory Dataset URL: [{DATASET_REPO_URL}]({DATASET_REPO_URL})" )
|
|
|
72 |
|
73 |
parallelModel = gr.Parallel(generator1, generator2, generator3,
|
74 |
#inputs = SplitterInputBox,
|
75 |
+
inputs=[
|
76 |
+
#gr.inputs.Textbox(lines=7, default=context, label=""),
|
77 |
+
gr.inputs.Textbox(lines=3, default=context, label="Story starter")],
|
78 |
+
examples=examples,
|
79 |
title="Mindfulness Story Generation with Persistent Dataset Memory",
|
80 |
description=f"Mindfulness Story Generation with Persistent Dataset Memory",
|
81 |
article=f"Memory Dataset URL: [{DATASET_REPO_URL}]({DATASET_REPO_URL})" )
|