Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Laughify
/
Among_Us_Logic_AI_Generator
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Laughify
commited on
Nov 16, 2022
Commit
7bc4210
Β·
1 Parent(s):
62c2ce9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -51,4 +51,5 @@ def run():
51
52
app = run()
53
app.launch(debug=True)
54
-
Laughify/Among_Us_Logic_AI_Generator.launch(share=True)
51
52
app = run()
53
app.launch(debug=True)
54
+
55
+
demo.launch(share=True)