Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -438,7 +438,7 @@ with gr.Blocks(delete_cache=(600, 600), js=js_func) as demo:
|
|
438 |
is_multiimage = gr.State(False)
|
439 |
output_buf = gr.State()
|
440 |
|
441 |
-
Example images at the bottom of the page
|
442 |
with gr.Row() as single_image_example:
|
443 |
examples = gr.Examples(
|
444 |
examples=[
|
|
|
438 |
is_multiimage = gr.State(False)
|
439 |
output_buf = gr.State()
|
440 |
|
441 |
+
#Example images at the bottom of the page
|
442 |
with gr.Row() as single_image_example:
|
443 |
examples = gr.Examples(
|
444 |
examples=[
|