TobDeBer commited on
Commit
29460b8
·
1 Parent(s): a0e3a54

local model

Browse files
Files changed (1) hide show
  1. app_local.py +1 -1
app_local.py CHANGED
@@ -88,7 +88,7 @@ description = """<p align="center">Defaults to Qwen 500M</p>
88
  """
89
 
90
  # Create a shared state variable to store the selected model
91
- selected_model = gr.State("qwen2-0_5b-instruct-q4_k_m.gguf")
92
 
93
  # Create a separate interface for model selection
94
  model_selection = gr.Interface(
 
88
  """
89
 
90
  # Create a shared state variable to store the selected model
91
+ selected_model = gr.State("zephyr_int8.gguf")
92
 
93
  # Create a separate interface for model selection
94
  model_selection = gr.Interface(