Update app.py
Browse files
app.py
CHANGED
@@ -613,7 +613,7 @@ with gr.Blocks() as interface:
|
|
613 |
restore_information = gr.HTML(value = "Restart the process to get another result.", visible = False)
|
614 |
result_slider = ImageSlider(label = 'Comparator', show_label = False, interactive = False, elem_id = "slider1", show_download_button = False)
|
615 |
result_gallery = gr.Gallery(label = 'Downloadable results', show_label = True, interactive = False, elem_id = "gallery1")
|
616 |
-
|
617 |
gr.Examples(
|
618 |
examples = [
|
619 |
[
|
@@ -782,7 +782,7 @@ with gr.Blocks() as interface:
|
|
782 |
],
|
783 |
cache_examples = False,
|
784 |
)
|
785 |
-
|
786 |
with gr.Row():
|
787 |
gr.Markdown(claim_md)
|
788 |
|
|
|
613 |
restore_information = gr.HTML(value = "Restart the process to get another result.", visible = False)
|
614 |
result_slider = ImageSlider(label = 'Comparator', show_label = False, interactive = False, elem_id = "slider1", show_download_button = False)
|
615 |
result_gallery = gr.Gallery(label = 'Downloadable results', show_label = True, interactive = False, elem_id = "gallery1")
|
616 |
+
|
617 |
gr.Examples(
|
618 |
examples = [
|
619 |
[
|
|
|
782 |
],
|
783 |
cache_examples = False,
|
784 |
)
|
785 |
+
|
786 |
with gr.Row():
|
787 |
gr.Markdown(claim_md)
|
788 |
|