Spaces:
Sleeping
Sleeping
patrickligardes
commited on
Commit
β’
ecf5099
1
Parent(s):
df1bcae
Update app.py
Browse files
app.py
CHANGED
@@ -288,11 +288,6 @@ with image_blocks as demo:
|
|
288 |
with gr.Row():
|
289 |
category = gr.Textbox(placeholder="0 = upper body, 1 = lower body, 2 = full body", show_label=False, elem_id="prompt")
|
290 |
|
291 |
-
example = gr.Examples(
|
292 |
-
inputs=imgs,
|
293 |
-
examples_per_page=10,
|
294 |
-
examples=human_ex_list
|
295 |
-
)
|
296 |
|
297 |
|
298 |
with gr.Column():
|
|
|
288 |
with gr.Row():
|
289 |
category = gr.Textbox(placeholder="0 = upper body, 1 = lower body, 2 = full body", show_label=False, elem_id="prompt")
|
290 |
|
|
|
|
|
|
|
|
|
|
|
291 |
|
292 |
|
293 |
with gr.Column():
|