Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Artificial-superintelligence
/
AItestt
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Artificial-superintelligence
commited on
Dec 1, 2024
Commit
1dae400
·
verified
·
1 Parent(s):
eece415
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from app import app
2
+
3
+
if __name__ == "__main__":
4
+
app.run(debug=True)