Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ hf_token = os.getenv("HF_TOKEN")
|
|
7 |
|
8 |
# Initialize the Hugging Face Inference Client
|
9 |
client = InferenceClient(
|
10 |
-
model="
|
11 |
token=hf_token,
|
12 |
)
|
13 |
|
|
|
7 |
|
8 |
# Initialize the Hugging Face Inference Client
|
9 |
client = InferenceClient(
|
10 |
+
model="google/gemma-2-2b-it",
|
11 |
token=hf_token,
|
12 |
)
|
13 |
|