Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,9 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
7 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
8 |
#client = InferenceClient("deepseek-ai/DeepSeek-V3-0324")
|
9 |
#client = InferenceClient("deepseek-ai/DeepSeek-R1")
|
10 |
-
client = InferenceClient("mradermacher/CAMEL-13B-Role-Playing-Data-i1-GGUF")
|
|
|
|
|
11 |
|
12 |
|
13 |
|
|
|
7 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
8 |
#client = InferenceClient("deepseek-ai/DeepSeek-V3-0324")
|
9 |
#client = InferenceClient("deepseek-ai/DeepSeek-R1")
|
10 |
+
#client = InferenceClient("mradermacher/CAMEL-13B-Role-Playing-Data-i1-GGUF")
|
11 |
+
|
12 |
+
client = InferenceClient("TheBloke/CAMEL-13B-Role-Playing-Data-GGUF")
|
13 |
|
14 |
|
15 |
|