Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xyizko
/
xo-JokeGen-NoAI
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
xyizko
commited on
Feb 13
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()