Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ from transformers import pipeline
|
|
8 |
#pipe = pipeline("text-generation", model="microsoft/Phi-3-mini-128k-instruct", trust_remote_code=True)
|
9 |
|
10 |
#client = InferenceClient("microsoft/Phi-3-mini-128k-instruct")
|
11 |
-
|
12 |
-
client = InferenceClient("google/gemma-1.1-7b-it")
|
13 |
|
14 |
|
15 |
@spaces.GPU
|
|
|
8 |
#pipe = pipeline("text-generation", model="microsoft/Phi-3-mini-128k-instruct", trust_remote_code=True)
|
9 |
|
10 |
#client = InferenceClient("microsoft/Phi-3-mini-128k-instruct")
|
11 |
+
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
12 |
+
#client = InferenceClient("google/gemma-1.1-7b-it")
|
13 |
|
14 |
|
15 |
@spaces.GPU
|