rehmanalii commited on
Commit
6029300
·
verified ·
1 Parent(s): cb9e363

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1054,4 +1054,5 @@ async def process_3d_design(
1054
  if __name__ == "__main__":
1055
  import uvicorn
1056
  port = int(os.environ.get("PORT", "7860")) # Default to 7860 if PORT is not set
1057
- uvicorn.run(app, host="0.0.0.0", port=port) #
 
 
1054
  if __name__ == "__main__":
1055
  import uvicorn
1056
  port = int(os.environ.get("PORT", "7860")) # Default to 7860 if PORT is not set
1057
+ uvicorn.run(app, host="0.0.0.0", port=port) #
1058
+ print("suleman")