Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ gr.Parallel(generator1,
|
|
107 |
generator2,
|
108 |
generator3,
|
109 |
inputs = gr.inputs.Textbox(lines=5, label="Enter a sentence to get another sentence."),
|
110 |
-
examples=examples
|
111 |
title="Mindfulness Story Generation with Persistent Dataset Memory",
|
112 |
description=f"Mindfulness Story Generation with Persistent Dataset Memory",
|
113 |
article=f"Memory Dataset URL: [{DATASET_REPO_URL}]({DATASET_REPO_URL})",
|
|
|
107 |
generator2,
|
108 |
generator3,
|
109 |
inputs = gr.inputs.Textbox(lines=5, label="Enter a sentence to get another sentence."),
|
110 |
+
examples=examples,
|
111 |
title="Mindfulness Story Generation with Persistent Dataset Memory",
|
112 |
description=f"Mindfulness Story Generation with Persistent Dataset Memory",
|
113 |
article=f"Memory Dataset URL: [{DATASET_REPO_URL}]({DATASET_REPO_URL})",
|