Logan Zoellner commited on
Commit
1e3b561
β€’
1 Parent(s): 92bfa46

better description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,10 +26,10 @@ with demo:
26
  )
27
 
28
  with gr.Row():
29
- desc_txt = gr.Textbox(label="description",lines=7)
30
  output_image = gr.Image(label="portrait",type="filepath", shape=(256,256))
31
 
32
- b0 = gr.Button("Randomize name,race and class")
33
 
34
  b0.click(desc_to_image,desc_txt,output_image)
35
  #examples=examples
 
26
  )
27
 
28
  with gr.Row():
29
+ desc_txt = gr.Textbox(label="description",placeholder="0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984")
30
  output_image = gr.Image(label="portrait",type="filepath", shape=(256,256))
31
 
32
+ b0 = gr.Button("Generate Waifu")
33
 
34
  b0.click(desc_to_image,desc_txt,output_image)
35
  #examples=examples