Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mawube
/
ESG_Analysis
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mawube
commited on
May 12, 2023
Commit
210a419
·
1 Parent(s):
e817bc3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,4 +38,4 @@ async def predict(request:Request):
38
39
40
if __name__ == '__main__':
41
-
uvicorn.run(app
, debug=False
)
38
39
40
if __name__ == '__main__':
41
+
uvicorn.run(app)