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