We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6748a8d commit 4cac472Copy full SHA for 4cac472
demo/talk_to_claude/app.py
@@ -125,7 +125,7 @@ async def output_stream():
125
import os
126
127
if (mode := os.getenv("MODE")) == "UI":
128
- stream.ui.launch(server_port=7860, server_name="0.0.0.0")
+ stream.ui.launch(server_port=7860)
129
elif mode == "PHONE":
130
stream.fastphone(host="0.0.0.0", port=7860)
131
else:
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
8
9
[project]
10
name = "fastrtc"
11
-version = "0.0.12"
+version = "0.0.13"
12
description = "The realtime communication library for Python"
13
readme = "README.md"
14
license = "apache-2.0"
0 commit comments