Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
xyizko
/
xo-JokeGen-NoAI
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
xyizko
commited on
Feb 13, 2025
Commit
a270fa4
·
verified
·
1 Parent(s):
0569a5d
Update app.py
Browse files
- Fix Indentation
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -48,5 +48,5 @@ def jokerz():
48
demo = run_interface()
49
demo.launch()
50
51
-
if __name__ == "__main__":
52
-
main()
48
demo = run_interface()
49
demo.launch()
50
51
+
if __name__ == "__main__":
52
+
main()