Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
alexeyGod
/
2ch-penflux1111
Like
4
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
alexeyGod
commited on
Apr 17, 2025
Commit
821d828
·
verified
·
1 Parent(s):
b11025e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,9 @@
1
import gradio as gr
2
3
gr.load("models/2ch/penflux").launch()
1
+
from huggingface_hub import login
2
+
3
+
login(token="hf_tok" )
4
+
5
+
6
+
7
import gradio as gr
8
9
gr.load("models/2ch/penflux").launch()