Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pixeltable
/
AI-RPG-Adventure
like
5
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PierreBrunelle
commited on
Oct 25, 2024
Commit
93865bb
·
verified
·
1 Parent(s):
3e18d67
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
from interface.app import create_interface
2
+
3
+
if __name__ == "__main__":
4
+
demo = create_interface()
5
+
demo.launch()