Spaces:
Running
Running
update back to deepseek
Browse files- app_huggingface.py +1 -1
app_huggingface.py
CHANGED
|
@@ -12,7 +12,7 @@ HUGGINGFACE_MODELS_DISPLAY = [k.replace("huggingface:", "") for k in HUGGINGFACE
|
|
| 12 |
# Create and launch the interface using get_app utility
|
| 13 |
demo = get_app(
|
| 14 |
models=HUGGINGFACE_MODELS_FULL, # Use the full names with prefix
|
| 15 |
-
default_model=HUGGINGFACE_MODELS_FULL[
|
| 16 |
dropdown_label="Select Huggingface Model",
|
| 17 |
choices=HUGGINGFACE_MODELS_DISPLAY, # Display names without prefix
|
| 18 |
fill_height=True,
|
|
|
|
| 12 |
# Create and launch the interface using get_app utility
|
| 13 |
demo = get_app(
|
| 14 |
models=HUGGINGFACE_MODELS_FULL, # Use the full names with prefix
|
| 15 |
+
default_model=HUGGINGFACE_MODELS_FULL[0],
|
| 16 |
dropdown_label="Select Huggingface Model",
|
| 17 |
choices=HUGGINGFACE_MODELS_DISPLAY, # Display names without prefix
|
| 18 |
fill_height=True,
|