Update app.py
Browse files
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")
|