mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
release (#146)
This commit is contained in:
@@ -125,7 +125,7 @@ if __name__ == "__main__":
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
if (mode := os.getenv("MODE")) == "UI":
|
if (mode := os.getenv("MODE")) == "UI":
|
||||||
stream.ui.launch(server_port=7860, server_name="0.0.0.0")
|
stream.ui.launch(server_port=7860)
|
||||||
elif mode == "PHONE":
|
elif mode == "PHONE":
|
||||||
stream.fastphone(host="0.0.0.0", port=7860)
|
stream.fastphone(host="0.0.0.0", port=7860)
|
||||||
else:
|
else:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "fastrtc"
|
name = "fastrtc"
|
||||||
version = "0.0.12"
|
version = "0.0.13"
|
||||||
description = "The realtime communication library for Python"
|
description = "The realtime communication library for Python"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "apache-2.0"
|
license = "apache-2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user