Spaces:
Runtime error
Runtime error
remove example
Browse files
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 |
-
|
| 171 |
-
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
| 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(
|