Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,9 +37,9 @@ if __name__ == "__main__":
|
|
37 |
gr.Interface(
|
38 |
make_inference,
|
39 |
[
|
40 |
-
gr.inputs.Textbox(lines=
|
41 |
],
|
42 |
-
gr.outputs.Textbox(label="Short Story"),
|
43 |
title="AI-Storyteller",
|
44 |
description="AI-Storyteller is a bot that writes short stories given a one-sentence synopsis",
|
45 |
).launch()
|
|
|
37 |
gr.Interface(
|
38 |
make_inference,
|
39 |
[
|
40 |
+
gr.inputs.Textbox(lines=1, label="One-Sentence Plot"),
|
41 |
],
|
42 |
+
gr.outputs.Textbox(lines=5, label="Short Story"),
|
43 |
title="AI-Storyteller",
|
44 |
description="AI-Storyteller is a bot that writes short stories given a one-sentence synopsis",
|
45 |
).launch()
|