We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b4d19 commit 19f1e5dCopy full SHA for 19f1e5d
inference/core/interfaces/webrtc_worker/modal.py
@@ -166,7 +166,8 @@ def spawn_rtc_peer_connection_modal(
166
app.deploy(name=WEBRTC_MODAL_APP_NAME, client=client)
167
# https://modal.com/docs/reference/modal.Cls#from_name
168
deployed_cls = modal.Cls.from_name(
169
- app_name=app.name, name=RTCPeerConnectionModal.__name__,
+ app_name=app.name,
170
+ name=RTCPeerConnectionModal.__name__,
171
)
172
deployed_cls.hydrate(client=client)
173
rtc_modal_obj: RTCPeerConnectionModal = deployed_cls()
0 commit comments