Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AppleHarem
/
waifuc-gui
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
LittleApple-fp16
commited on
May 7
Commit
fb6b5c4
·
verified
·
1 Parent(s):
3e7892f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -101,3 +101,6 @@ def main():
101
)
102
103
ui["demo"].launch()
101
)
102
103
ui["demo"].launch()
104
+
105
+
if __name__ == "__main__":
106
+
main()