awacke1 commited on
Commit
62fd756
·
1 Parent(s): 4e9dc3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -98,9 +98,9 @@ with demo:
98
  with gr.Row():
99
  input_word = gr.Textbox(lines=7, value=prompt)
100
 
101
- examples=[["living, loving, feeling good"], ["I want to live. I want to give."],["Ive been to Hollywood. Ive been to Redwood"]]
102
- example_text = gr.Dataset(components=[input_word], samples=examples)
103
- example_text.click(fn=set_example,inputs = example_text,outputs= example_text.components)
104
 
105
  poem_txt = gr.Textbox(lines=7)
106
  output_image = gr.Image(type="filepath", shape=(256,256))
 
98
  with gr.Row():
99
  input_word = gr.Textbox(lines=7, value=prompt)
100
 
101
+ #examples=[["living, loving, feeling good"], ["I want to live. I want to give."],["Ive been to Hollywood. Ive been to Redwood"]]
102
+ #example_text = gr.Dataset(components=[input_word], samples=examples)
103
+ #example_text.click(fn=set_example,inputs = example_text,outputs= example_text.components)
104
 
105
  poem_txt = gr.Textbox(lines=7)
106
  output_image = gr.Image(type="filepath", shape=(256,256))