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

Update app.py

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