seawolf2357 commited on
Commit
d8c2d34
·
verified ·
1 Parent(s): 4bf30b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -625,7 +625,7 @@ title_html = """
625
  </p>
626
  """
627
 
628
- with gr.Blocks(css=css, title="Vidraft-Gemma-3-27B") as demo:
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=512, # GPU 메모리 절약 위해 기본값 약간 축소
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-Gemma-3-27B",
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,