Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lqfjun/c2
lqfjun
/
c5
like
0
Runtime error
App
Files
Files
Community
lqfjun
commited on
Nov 24, 2023
Commit
641c0b1
•
1 Parent(s):
d701967
Create wsgi.py
Browse files
Files changed (1)
hide
show
wsgi.py
+3
-0
wsgi.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
from api1 import app
2
+
if __name__ == "__main__":
3
+
app.run()