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:
Junhoee
/
Megumin-chat
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Junhoee
commited on
Mar 26
Commit
79d4704
·
verified
·
1 Parent(s):
248917c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
from app_gradio import demo
2
3
4
if __name__ == "__main__":
5
-
demo.launch()
1
+
from app_gradio import CUSTOM_CSS
2
from app_gradio import demo
3
4
5
if __name__ == "__main__":
6
+
demo.launch(
css=CUSTOM_CSS
)