Spaces:
Running
on
Zero
Running
on
Zero
kwabs22
commited on
Commit
·
9bc2564
1
Parent(s):
896fd91
Story Prompts as front end test
Browse files
app.py
CHANGED
@@ -765,7 +765,7 @@ with gr.Blocks() as demo:
|
|
765 |
input = gr.State(item)
|
766 |
output = gr.Textbox("", label=item)
|
767 |
print(type(item))
|
768 |
-
outputbtn = gr.Button(
|
769 |
|
770 |
with gr.Accordion("Old Ideas to merge", open=False):
|
771 |
gr.HTML("Random Scenario / Song to 'full game' manual or auto is end goal ")
|
|
|
765 |
input = gr.State(item)
|
766 |
output = gr.Textbox("", label=item)
|
767 |
print(type(item))
|
768 |
+
outputbtn = gr.Button(item).click(fn=llmguide_generate_response, inputs=input, outputs=output)
|
769 |
|
770 |
with gr.Accordion("Old Ideas to merge", open=False):
|
771 |
gr.HTML("Random Scenario / Song to 'full game' manual or auto is end goal ")
|