Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import json
|
|
4 |
import time
|
5 |
|
6 |
# Initialize the pipeline with the new model
|
7 |
-
pipe = pipeline("text-generation", model="Blexus/
|
8 |
|
9 |
def format_prompt(message, history):
|
10 |
prompt = ""
|
|
|
4 |
import time
|
5 |
|
6 |
# Initialize the pipeline with the new model
|
7 |
+
pipe = pipeline("text-generation", model="Blexus/icn_savant_v2_instruct")
|
8 |
|
9 |
def format_prompt(message, history):
|
10 |
prompt = ""
|