KvrParaskevi commited on
Commit
0489d56
1 Parent(s): 9439343

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
1
  import gradio as gr
 
2
 
 
3
  gr.load("models/meta-llama/Meta-Llama-3-8B-Instruct").launch()
 
1
  import gradio as gr
2
+ import spaces
3
 
4
+ @spaces.GPU
5
  gr.load("models/meta-llama/Meta-Llama-3-8B-Instruct").launch()