chatters / app.py
heymenn's picture
Update app.py
06bb8ac verified
raw
history blame contribute delete
No virus
181 Bytes
import gradio as gr
from huggingface_hub import InferenceClient
from transformers import pipeline
pipe = pipeline("text-generation", model="meta-llama/Meta-Llama-3-70B-Instruct")