Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NitinBot001
/
llama3.2-api
like
1
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
NitinBot001
commited on
Mar 5
Commit
eba2204
·
verified
·
1 Parent(s):
0d88d68
Create wsgi.py
Browse files
Files changed (1)
hide
show
wsgi.py
+5
-0
wsgi.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
from app import app
2
+
3
+
# Initialize application components
4
+
if __name__ == "__main__":
5
+
app.run()