Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
isiriai
/
research-rabbit-llama-7b-embeddings
like
0
Runtime error
App
Files
Files
Community
1d845f9
research-rabbit-llama-7b-embeddings
/
app.py
TtKkk
initial commit
1d845f9
about 1 year ago
raw
Copy download link
history
blame
Safe
93 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/research-rabbit/llama-7b-embeddings"
).launch()