Spaces:
Sleeping
Sleeping
local model
Browse files- 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("
|
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(
|