Skip to content

Commit

Permalink
Merge branch 'main' of github.com:FuReSH/ki-playground
Browse files Browse the repository at this point in the history
  • Loading branch information
sopheck committed Nov 28, 2023
2 parents ef421fe + 43d946c commit 4a5896a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app4.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from transformers import pipeline
import gradio as gr

pipe = pipeline("text-generation", model="meta-llama/Llama-2-7b-chat-hf")
pipe = pipeline("text-generation", model="NousResearch/Llama-2-7b-chat-hf")

demo = gr.Interface.from_pipeline(pipe)
demo.launch(share=True)
Expand Down

0 comments on commit 4a5896a

Please sign in to comment.