Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,10 +50,10 @@ def stop_generation():
|
|
50 |
return "생성이 중단되었습니다."
|
51 |
|
52 |
models = {
|
53 |
-
"deepseek-ai/DeepSeek-Coder-V2-Instruct": "DeepSeek-Coder-V2-Instruct",
|
54 |
-
"CohereForAI/c4ai-command-r-plus": "Cohere Command-R Plus",
|
55 |
"meta-llama/Meta-Llama-3.1-8B-Instruct": "Meta-Llama-3.1-8B-Instruct",
|
56 |
-
"mistralai/Mixtral-8x7B-Instruct-v0.1": "Mixtral-8x7B-Instruct-v0.1"
|
|
|
57 |
}
|
58 |
|
59 |
with gr.Blocks() as demo:
|
|
|
50 |
return "생성이 중단되었습니다."
|
51 |
|
52 |
models = {
|
53 |
+
"deepseek-ai/DeepSeek-Coder-V2-Instruct": "(한국회사)DeepSeek-Coder-V2-Instruct",
|
|
|
54 |
"meta-llama/Meta-Llama-3.1-8B-Instruct": "Meta-Llama-3.1-8B-Instruct",
|
55 |
+
"mistralai/Mixtral-8x7B-Instruct-v0.1": "Mixtral-8x7B-Instruct-v0.1",
|
56 |
+
"CohereForAI/c4ai-command-r-plus": "Cohere Command-R Plus"
|
57 |
}
|
58 |
|
59 |
with gr.Blocks() as demo:
|