Jiaming Han commited on
Commit
ab067b5
·
1 Parent(s): 453b7ae
Files changed (1) hide show
  1. app.py +1 -1
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", default="A photo of a macaw")
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"