ymq2017 commited on
Commit
b7bf7b1
1 Parent(s): 23c028f

update example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -363,7 +363,7 @@ if __name__ == "__main__":
363
  input_image = gr.Image(
364
  source='upload', type="pil", value="example4.png", tool="sketch",brush_radius=20)
365
  task_type = gr.Dropdown(
366
- ["automatic", "scribble_point", "scribble_box", "text"], value="text", label="task_type")
367
  text_prompt = gr.Textbox(label="Text Prompt", placeholder="butterfly .")
368
  hq_token_only = gr.Dropdown(
369
  [False, True], value=False, label="hq_token_only"
 
363
  input_image = gr.Image(
364
  source='upload', type="pil", value="example4.png", tool="sketch",brush_radius=20)
365
  task_type = gr.Dropdown(
366
+ ["automatic", "scribble_point", "scribble_box", "text"], value="automatic", label="task_type")
367
  text_prompt = gr.Textbox(label="Text Prompt", placeholder="butterfly .")
368
  hq_token_only = gr.Dropdown(
369
  [False, True], value=False, label="hq_token_only"