HemanthR007 commited on
Commit
aa1cdc6
·
verified ·
1 Parent(s): 046fc5b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -180,4 +180,5 @@ async def predict(payload: ImagePayload):
180
  return {"error": str(e)}
181
 
182
  if __name__ == "__main__":
183
- import os port = int(os.environ.get("PORT", 8080))
 
 
180
  return {"error": str(e)}
181
 
182
  if __name__ == "__main__":
183
+ import os
184
+ port = int(os.environ.get("PORT", 8080))