Spaces:
Running
on
T4
Running
on
T4
ymq2017
commited on
Commit
•
c5821b9
1
Parent(s):
423ea39
update example
Browse files
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="
|
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 |
)
|