Skip to content

Commit 1e23c88

Browse files
Update Text-Summarizer-Browser-Plugin/backend/server.py
Co-authored-by: Laxmikant <[email protected]>
1 parent bfcf870 commit 1e23c88

File tree

1 file changed

+1
-1
lines changed
  • Text-Summarizer-Browser-Plugin/backend

1 file changed

+1
-1
lines changed

Text-Summarizer-Browser-Plugin/backend/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ async def query(
175175
- Is it enabled? Double-check your browser's extension settings to ensure the plugin isn't disabled.
176176
- Have you pinned the extension? Pin the extension.
177177
""")
178-
uvicorn.run(app, host="0.0.0.0", port=5000)
178+
uvicorn.run(app, host="127.0.0.1", port=5000)

0 commit comments

Comments
 (0)