Spaces:
Running
on
Zero
Running
on
Zero
Jiaming Han
commited on
Commit
·
ab067b5
1
Parent(s):
453b7ae
update
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
84 |
with gr.Tab("Image Generation"):
|
85 |
with gr.Row():
|
86 |
with gr.Column(scale=1):
|
87 |
-
prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt",
|
88 |
with gr.Accordion("Advanced Settings", open=False):
|
89 |
resolution = gr.Radio(
|
90 |
["512px", "1024px"], value="1024px", label="Resolution"
|
|
|
84 |
with gr.Tab("Image Generation"):
|
85 |
with gr.Row():
|
86 |
with gr.Column(scale=1):
|
87 |
+
prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt", value="A photo of a macaw")
|
88 |
with gr.Accordion("Advanced Settings", open=False):
|
89 |
resolution = gr.Radio(
|
90 |
["512px", "1024px"], value="1024px", label="Resolution"
|