Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -715,17 +715,14 @@ with gr.Blocks(css=css, title="Gemma-3-R1984-4B-BEAM - X-RAY Security Scanner")
|
|
715 |
],
|
716 |
stop_btn=False,
|
717 |
title='<a href="https://discord.gg/openfreeai" target="_blank">https://discord.gg/openfreeai</a>',
|
718 |
-
examples
|
719 |
run_examples_on_click=False,
|
720 |
cache_examples=False,
|
721 |
css_paths=None,
|
722 |
delete_cache=(1800, 1800),
|
723 |
)
|
724 |
|
725 |
-
|
726 |
-
with gr.Row(elem_id="examples_row"):
|
727 |
-
with gr.Column(scale=12, elem_id="examples_container"):
|
728 |
-
pass
|
729 |
|
730 |
|
731 |
if __name__ == "__main__":
|
|
|
715 |
],
|
716 |
stop_btn=False,
|
717 |
title='<a href="https://discord.gg/openfreeai" target="_blank">https://discord.gg/openfreeai</a>',
|
718 |
+
# examples 파라미터 삭제
|
719 |
run_examples_on_click=False,
|
720 |
cache_examples=False,
|
721 |
css_paths=None,
|
722 |
delete_cache=(1800, 1800),
|
723 |
)
|
724 |
|
725 |
+
|
|
|
|
|
|
|
726 |
|
727 |
|
728 |
if __name__ == "__main__":
|