Spaces:
Build error
Build error
Commit
·
ee15f37
1
Parent(s):
1f10dc0
text only
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
|
|
3 |
|
4 |
|
5 |
# client = InferenceClient("google/gemma-3-27b-it")
|
6 |
-
client = InferenceClient("google/gemma-3-
|
7 |
|
8 |
|
9 |
def answer(
|
|
|
3 |
|
4 |
|
5 |
# client = InferenceClient("google/gemma-3-27b-it")
|
6 |
+
client = InferenceClient("google/gemma-3-1b-it")
|
7 |
|
8 |
|
9 |
def answer(
|