Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jhakx
/
codellama-CodeLlama-34b-Instruct-hf2
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jhakx
commited on
Sep 16, 2024
Commit
167447b
·
verified
·
1 Parent(s):
8786041
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import gradio as gr
2
-
3
gr.load("models/codellama/CodeLlama-34b-Instruct-hf").launch()
1
import gradio as gr
2
+
import spaces
3
+
@spaces.GPU
4
gr.load("models/codellama/CodeLlama-34b-Instruct-hf").launch()