Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
philipp-zettl
/
philipp-zettl-jon_juarez-lora
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
philipp-zettl
commited on
Apr 6, 2024
Commit
851d258
·
verified
·
1 Parent(s):
3bd39c3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import gradio as gr
2
3
-
gr.load("models/philipp-zettl/jon_juarez-lora").launch()
1
import gradio as gr
2
+
import os
3
4
+
gr.load("models/philipp-zettl/jon_juarez-lora"
, hf_token=os.environ.get('HF_TOKEN'
)
))
.launch()