mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 01:49:23 +08:00
fix: format
This commit is contained in:
@@ -261,7 +261,6 @@
|
||||
<div class="video-wrap">
|
||||
<video
|
||||
bind:this={local_video_source}
|
||||
class="original-video-source"
|
||||
class:hide={!webcam_accessed}
|
||||
autoplay={true}
|
||||
playsinline={true}
|
||||
@@ -272,7 +271,7 @@
|
||||
class:flip={stream_state != "open" ||
|
||||
(stream_state === "open" && include_audio)}
|
||||
autoplay={true}
|
||||
muted={volumeMuted}
|
||||
muted={volumeMuted}
|
||||
playsinline={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
56
gradio_webrtc.log
Normal file
56
gradio_webrtc.log
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user