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
b439954
Β·
1 Parent(s):
d240971
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -50,4 +50,6 @@ def run():
50
return _app
51
52
app = run()
53
-
app.launch(debug=True)
50
return _app
51
52
app = run()
53
+
app.launch(debug=True)
54
+
55
+
iface.launch(share=True)