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