Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mathslearn
/
chatbot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ef7980a
chatbot
/
app.py
mathslearn
initial commit
1e45252
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
gradio
as
gr
gr.load(
"models/ksh-nyp/llama-2-7b-chat-TCMKB"
).launch()