LymphSteamer commited on
Commit
06e2f9b
·
verified ·
1 Parent(s): 5bafdec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,5 +28,5 @@ def haiku_generate():
28
 
29
  textbox = gr.Textbox
30
  btn = gr.Button
31
- demo = btn.click(fn=haiku_generate,output=textbox)
32
  demo.launch()
 
28
 
29
  textbox = gr.Textbox
30
  btn = gr.Button
31
+ demo = btn.click(fn=haiku_generate,outputs=textbox)
32
  demo.launch()