mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<div style="display: flex; flex-direction: row; justify-content: center">
|
<div style="display: flex; flex-direction: row; justify-content: center">
|
||||||
<img style="display: block; padding-right: 5px; height: 20px;" alt="Static Badge" src="https://img.shields.io/pypi/v/fastrtc">
|
<img style="display: block; padding-right: 5px; height: 20px;" alt="Static Badge" src="https://img.shields.io/pypi/v/fastrtc">
|
||||||
<a href="https://github.com/freddyaboulton/fastrtc" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/github-white?logo=github&logoColor=black"></a>
|
<a href="https://github.com/gradio-app/fastrtc" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/github-white?logo=github&logoColor=black"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 style='text-align: center'>
|
<h3 style='text-align: center'>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<div style="display: flex; flex-direction: row; justify-content: center">
|
<div style="display: flex; flex-direction: row; justify-content: center">
|
||||||
<img style="display: block; padding-right: 5px; height: 20px;" alt="Static Badge" src="https://img.shields.io/pypi/v/fastrtc">
|
<img style="display: block; padding-right: 5px; height: 20px;" alt="Static Badge" src="https://img.shields.io/pypi/v/fastrtc">
|
||||||
<a href="https://github.com/freddyaboulton/fastrtc" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/github-white?logo=github&logoColor=black"></a>
|
<a href="https://github.com/gradio-app/fastrtc" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/github-white?logo=github&logoColor=black"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 style='text-align: center'>
|
<h3 style='text-align: center'>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
site_name: FastRTC
|
site_name: FastRTC
|
||||||
site_url: https://fastrtc.org
|
site_url: https://fastrtc.org
|
||||||
repo_name: fastrtc
|
repo_name: fastrtc
|
||||||
repo_url: https://github.com/freddyaboulton/fastrtc
|
repo_url: https://github.com/gradio-app/fastrtc
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
custom_dir: overrides
|
custom_dir: overrides
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "fastrtc"
|
name = "fastrtc"
|
||||||
version = "0.0.20"
|
version = "0.0.21"
|
||||||
description = "The realtime communication library for Python"
|
description = "The realtime communication library for Python"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@@ -65,8 +65,8 @@ classifiers = [
|
|||||||
# encounter your project in the wild.
|
# encounter your project in the wild.
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
repository = "https://github.com/freddyaboulton/fastrtc"
|
repository = "https://github.com/gradio-app/fastrtc"
|
||||||
issues = "https://github.com/freddyaboulton/fastrtc/issues"
|
issues = "https://github.com/gradio-app/fastrtc/issues"
|
||||||
Documentation = "https://fastrtc.org/"
|
Documentation = "https://fastrtc.org/"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user