Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prasannakram
/
mohammedfazilvamos-trained-model-llama2
like
0
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
f8f23d6
mohammedfazilvamos-trained-model-llama2
/
app.py
prasannakram
Update app.py
f8f23d6
over 1 year ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/togethercomputer/LLaMA-2-7B-32K"
).launch()