ymq2017 commited on
Commit
c5821b9
1 Parent(s): 423ea39

update example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -364,7 +364,7 @@ if __name__ == "__main__":
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="chair .")
368
  hq_token_only = gr.Dropdown(
369
  [False, True], value=False, label="hq_token_only"
370
  )
 
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="bench .")
368
  hq_token_only = gr.Dropdown(
369
  [False, True], value=False, label="hq_token_only"
370
  )