mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-04 09:29:23 +08:00
@@ -7,7 +7,7 @@
|
||||
|
||||
<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">
|
||||
<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>
|
||||
|
||||
<h3 style='text-align: center'>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<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">
|
||||
<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>
|
||||
|
||||
<h3 style='text-align: center'>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
site_name: FastRTC
|
||||
site_url: https://fastrtc.org
|
||||
repo_name: fastrtc
|
||||
repo_url: https://github.com/freddyaboulton/fastrtc
|
||||
repo_url: https://github.com/gradio-app/fastrtc
|
||||
theme:
|
||||
name: material
|
||||
custom_dir: overrides
|
||||
|
||||
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "fastrtc"
|
||||
version = "0.0.20"
|
||||
version = "0.0.21"
|
||||
description = "The realtime communication library for Python"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
@@ -65,8 +65,8 @@ classifiers = [
|
||||
# encounter your project in the wild.
|
||||
|
||||
[project.urls]
|
||||
repository = "https://github.com/freddyaboulton/fastrtc"
|
||||
issues = "https://github.com/freddyaboulton/fastrtc/issues"
|
||||
repository = "https://github.com/gradio-app/fastrtc"
|
||||
issues = "https://github.com/gradio-app/fastrtc/issues"
|
||||
Documentation = "https://fastrtc.org/"
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user