Spaces:
Running
Running
SpaceGhost
commited on
Commit
•
43a6ad0
1
Parent(s):
2106e58
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
7 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
8 |
#client = InferenceClient("meta-llama/Llama-3.2-1B-Instruct")
|
9 |
#client = InferenceClient("microsoft/Phi-3.5-mini-instruct")
|
10 |
-
client = InferenceClient("
|
11 |
|
12 |
|
13 |
def respond(
|
@@ -61,5 +61,6 @@ demo = gr.ChatInterface(
|
|
61 |
],
|
62 |
)
|
63 |
|
|
|
64 |
if __name__ == "__main__":
|
65 |
demo.launch()
|
|
|
7 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
8 |
#client = InferenceClient("meta-llama/Llama-3.2-1B-Instruct")
|
9 |
#client = InferenceClient("microsoft/Phi-3.5-mini-instruct")
|
10 |
+
client = InferenceClient("unsloth/Llama-3.2-1B-Instruct")
|
11 |
|
12 |
|
13 |
def respond(
|
|
|
61 |
],
|
62 |
)
|
63 |
|
64 |
+
|
65 |
if __name__ == "__main__":
|
66 |
demo.launch()
|