Guiyom commited on
Commit
6766132
·
1 Parent(s): 25513f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, content, wordstouse, content], outputs=resultoutput)
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