Merge pull request #2048 from thibaudbrg/patch-1
Fix missing video_in_enabled in vision bot.py for Moondream template
This commit is contained in:
@@ -143,6 +143,7 @@ async def main():
|
|||||||
DailyParams(
|
DailyParams(
|
||||||
audio_in_enabled=True,
|
audio_in_enabled=True,
|
||||||
audio_out_enabled=True,
|
audio_out_enabled=True,
|
||||||
|
video_in_enabled=True,
|
||||||
video_out_enabled=True,
|
video_out_enabled=True,
|
||||||
video_out_width=1024,
|
video_out_width=1024,
|
||||||
video_out_height=576,
|
video_out_height=576,
|
||||||
|
|||||||
Reference in New Issue
Block a user