pivot-iterative-visual-optimization
commited on
Commit
•
08bc749
1
Parent(s):
f9a62da
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ The Info textbox will show the final selected pixel coordinate that PIVOT conver
|
|
136 |
inp_query = gr.Textbox(
|
137 |
label='Description',
|
138 |
lines=1,
|
139 |
-
|
140 |
)
|
141 |
|
142 |
with gr.Column():
|
|
|
136 |
inp_query = gr.Textbox(
|
137 |
label='Description',
|
138 |
lines=1,
|
139 |
+
value=examples[0]['desc'],
|
140 |
)
|
141 |
|
142 |
with gr.Column():
|