Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ stream = Stream(
|
|
112 |
modality="audio-video",
|
113 |
mode="send-receive",
|
114 |
rtc_configuration=get_twilio_turn_credentials()
|
115 |
-
if get_space()
|
116 |
else None,
|
117 |
time_limit=90 if get_space() else None,
|
118 |
additional_inputs=[
|
|
|
112 |
modality="audio-video",
|
113 |
mode="send-receive",
|
114 |
rtc_configuration=get_twilio_turn_credentials()
|
115 |
+
if get_space()
|
116 |
else None,
|
117 |
time_limit=90 if get_space() else None,
|
118 |
additional_inputs=[
|