Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ with gr.Blocks() as demo:
|
|
| 58 |
with gr.Row():
|
| 59 |
resultoutput = gr.Textbox(label="Here's my story")
|
| 60 |
|
| 61 |
-
btn.click(fn=generate_story, inputs=[character1, character2, character3, character4, localizer, agefor, language,
|
| 62 |
|
| 63 |
demo.launch()
|
| 64 |
|
|
|
|
| 58 |
with gr.Row():
|
| 59 |
resultoutput = gr.Textbox(label="Here's my story")
|
| 60 |
|
| 61 |
+
btn.click(fn=generate_story, inputs=[character1, character2, character3, character4, localizer, agefor, language, wordstouse, content], outputs=resultoutput)
|
| 62 |
|
| 63 |
demo.launch()
|
| 64 |
|