Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ozgurix
/
mertbozkurt-Llama-2-7b-TR-recipe
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e231bdc
mertbozkurt-Llama-2-7b-TR-recipe
/
app.py
ozgurix
Update app.py
c5dc572
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
96 Bytes
import
gradio
as
gr
gr.load(
"models/mertbozkurt/Llama-2-7b-TR-recipe"
).launch(server_port=
8000
)