Stepan Sypkov
commited on
Commit
·
158a8a9
1
Parent(s):
5abff8d
change model5
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
# Initialize the pipeline for text generation
|
5 |
-
pipe = pipeline("text-generation", model="
|
6 |
|
7 |
def respond(
|
8 |
message,
|
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
# Initialize the pipeline for text generation
|
5 |
+
pipe = pipeline("text-generation", model="cognitivecomputations/dolphin-2.9.4-llama3.1-8b")
|
6 |
|
7 |
def respond(
|
8 |
message,
|