TejAndrewsACC commited on
Commit
33a6c10
·
verified ·
1 Parent(s): 90c5c05

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/Llama-3.3-70B-Instruct").launch()
 
1
  import gradio as gr
2
 
3
+ hf.token='DOWNLOAD'
4
+
5
  gr.load("models/meta-llama/Llama-3.3-70B-Instruct").launch()