skkk commited on
Commit
f97e79d
·
1 Parent(s): db08a39

remove example

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -166,14 +166,14 @@ with gr.Blocks() as demo:
166
  cache_image_base64 = gr.Text(visible=False)
167
  cache_task_uuid = gr.Text(value="", visible=False)
168
 
169
- block_example = gr.Examples(
170
- examples=example,
171
- fn=clear_task,
172
- inputs=[block_image],
173
- outputs=[cache_task_uuid, block_prompt, block_prompt_hint, fake3d],
174
- run_on_click=True,
175
- label="Examples"
176
- )
177
  # blcok_input_example = gr.Gallery(value=example, columns=10, allow_preview=False, interactive=False)
178
 
179
  block_image.upload(
 
166
  cache_image_base64 = gr.Text(visible=False)
167
  cache_task_uuid = gr.Text(value="", visible=False)
168
 
169
+ # block_example = gr.Examples(
170
+ # examples=example,
171
+ # fn=clear_task,
172
+ # inputs=[block_image],
173
+ # outputs=[cache_task_uuid, block_prompt, block_prompt_hint, fake3d],
174
+ # run_on_click=True,
175
+ # label="Examples"
176
+ # )
177
  # blcok_input_example = gr.Gallery(value=example, columns=10, allow_preview=False, interactive=False)
178
 
179
  block_image.upload(