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