Spaces:
Runtime error
Runtime error
Logan Zoellner
commited on
Commit
β’
1e3b561
1
Parent(s):
92bfa46
better description
Browse files
app.py
CHANGED
@@ -26,10 +26,10 @@ with demo:
|
|
26 |
)
|
27 |
|
28 |
with gr.Row():
|
29 |
-
desc_txt = gr.Textbox(label="description",
|
30 |
output_image = gr.Image(label="portrait",type="filepath", shape=(256,256))
|
31 |
|
32 |
-
b0 = gr.Button("
|
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
|