mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-04 09:29:23 +08:00
fix: ensure 'model' is copied in ReplyOnPause.copy() (#155)
This commit is contained in:
@@ -112,6 +112,7 @@ class ReplyOnPause(StreamHandler):
|
||||
self.output_sample_rate,
|
||||
self.output_frame_size,
|
||||
self.input_sample_rate,
|
||||
self.model,
|
||||
)
|
||||
|
||||
def determine_pause(
|
||||
|
||||
Reference in New Issue
Block a user