Jhakx commited on
Commit
167447b
·
verified ·
1 Parent(s): 8786041

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -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()