Spaces:
Sleeping
Sleeping
Update gradio_app.py
Browse files- 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/
|
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
|