Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -625,7 +625,7 @@ title_html = """
|
|
625 |
</p>
|
626 |
"""
|
627 |
|
628 |
-
with gr.Blocks(css=css, title="Vidraft-
|
629 |
gr.Markdown(title_html)
|
630 |
|
631 |
with gr.Row():
|
@@ -659,7 +659,7 @@ with gr.Blocks(css=css, title="Vidraft-Gemma-3-27B") as demo:
|
|
659 |
minimum=100,
|
660 |
maximum=8000,
|
661 |
step=50,
|
662 |
-
value=
|
663 |
)
|
664 |
|
665 |
gr.Markdown("<br><br>")
|
@@ -686,7 +686,7 @@ with gr.Blocks(css=css, title="Vidraft-Gemma-3-27B") as demo:
|
|
686 |
web_search_text,
|
687 |
],
|
688 |
stop_btn=False,
|
689 |
-
title="Vidraft-
|
690 |
examples=examples,
|
691 |
run_examples_on_click=False,
|
692 |
cache_examples=False,
|
|
|
625 |
</p>
|
626 |
"""
|
627 |
|
628 |
+
with gr.Blocks(css=css, title="Vidraft-G3-27B") as demo:
|
629 |
gr.Markdown(title_html)
|
630 |
|
631 |
with gr.Row():
|
|
|
659 |
minimum=100,
|
660 |
maximum=8000,
|
661 |
step=50,
|
662 |
+
value=2000, # GPU 메모리 절약 위해 기본값 약간 축소
|
663 |
)
|
664 |
|
665 |
gr.Markdown("<br><br>")
|
|
|
686 |
web_search_text,
|
687 |
],
|
688 |
stop_btn=False,
|
689 |
+
title="Vidraft-G3-27B",
|
690 |
examples=examples,
|
691 |
run_examples_on_click=False,
|
692 |
cache_examples=False,
|