Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
geeksiddhant
/
testfastapi1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
geeksiddhant
commited on
Apr 30
Commit
b0ca2c1
·
verified
·
1 Parent(s):
d09bbf9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -34,4 +34,4 @@ def delete_customer(customer_id: int):
34
35
if __name__ == "__main__":
36
import uvicorn
37
-
uvicorn.run(app
, host="0.0.0.0", port=7860
)
34
35
if __name__ == "__main__":
36
import uvicorn
37
+
uvicorn.run(app)