Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from pathlib import Path
|
|
7 |
|
8 |
# Initialize the InferenceClient
|
9 |
client = InferenceClient(
|
10 |
-
"
|
11 |
)
|
12 |
|
13 |
def format_prompt(message, history, system_prompt):
|
|
|
7 |
|
8 |
# Initialize the InferenceClient
|
9 |
client = InferenceClient(
|
10 |
+
"frankenmerger/gemma-4b-instruct-v0.1"
|
11 |
)
|
12 |
|
13 |
def format_prompt(message, history, system_prompt):
|