Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3663,4 +3663,4 @@ async def test_product_image_with_caption(phone: str):
|
|
3663 |
if __name__ == "__main__":
|
3664 |
# Launch FastAPI app
|
3665 |
import uvicorn
|
3666 |
-
uvicorn.run(app, host="0.0.0.0", port=7860)
|
|
|
3663 |
if __name__ == "__main__":
|
3664 |
# Launch FastAPI app
|
3665 |
import uvicorn
|
3666 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|