Spaces:
Running
Running
Update app.py
Browse files
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,
|
32 |
demo.launch()
|
|
|
28 |
|
29 |
textbox = gr.Textbox
|
30 |
btn = gr.Button
|
31 |
+
demo = btn.click(fn=haiku_generate,outputs=textbox)
|
32 |
demo.launch()
|