Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
| 6 |
"""
|
| 7 |
|
| 8 |
# Changed the model to "google/gemma-3-4b-it"
|
| 9 |
-
client = InferenceClient("google/gemma-3
|
| 10 |
|
| 11 |
|
| 12 |
def respond(
|
|
|
|
| 6 |
"""
|
| 7 |
|
| 8 |
# Changed the model to "google/gemma-3-4b-it"
|
| 9 |
+
client = InferenceClient("google/gemma-3-4b-it")
|
| 10 |
|
| 11 |
|
| 12 |
def respond(
|