Fix outdated import (#185)

This commit is contained in:
Václav Volhejn
2025-03-18 17:12:28 +01:00
committed by GitHub
parent 93b14aae94
commit 5a196868dd

View File

@@ -150,7 +150,7 @@ The API is similar to `ReplyOnPause` with the addition of a `stop_words` paramet
=== "Code"
``` py
import gradio as gr
from gradio_webrtc import WebRTC, StreamHandler
from fastrtc import StreamHandler
from queue import Queue
class EchoHandler(StreamHandler):