fix: format

This commit is contained in:
neil.xh
2025-01-21 20:26:05 +08:00
parent 8e0fbe04f9
commit e168d13c0a
2 changed files with 57 additions and 2 deletions

View File

@@ -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

File diff suppressed because one or more lines are too long