Spaces:
Sleeping
Sleeping
Commit
·
9de38e7
1
Parent(s):
17d4cd5
Update main.py
Browse files
main.py
CHANGED
|
@@ -81,5 +81,3 @@ async def calculate_cosine_similarity(data: StringInput):
|
|
| 81 |
raise HTTPException(status_code=500, detail="An error occurred during calculation")
|
| 82 |
|
| 83 |
|
| 84 |
-
if __name__ == "__main__":
|
| 85 |
-
uvicorn.run(app,port=8000)
|
|
|
|
| 81 |
raise HTTPException(status_code=500, detail="An error occurred during calculation")
|
| 82 |
|
| 83 |
|
|
|
|
|
|