kayfahaarukku commited on
Commit
680b7a9
·
verified ·
1 Parent(s): 6ebdb3d

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -11,7 +11,7 @@ def run_generation(use_4bit, prompt, max_new_tokens, temperature, top_k, top_p,
11
  Loads the model and generates tags in a single call to be compatible with ZeroGPU.
12
  """
13
  # Hardcoded model paths
14
- model_path = "kayfahaarukku/chek-8"
15
  base_model = "google/gemma-3-1b-it"
16
 
17
  # Redirect stdout to capture loading logs
 
11
  Loads the model and generates tags in a single call to be compatible with ZeroGPU.
12
  """
13
  # Hardcoded model paths
14
+ model_path = "kayfahaarukku/vtuber-tag-gen"
15
  base_model = "google/gemma-3-1b-it"
16
 
17
  # Redirect stdout to capture loading logs