Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TejAndrewsACC
/
Pulse_4_Free_ACC
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TejAndrewsACC
commited on
Dec 10, 2024
Commit
33a6c10
·
verified
·
1 Parent(s):
90c5c05
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -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()