Spaces:
Paused
Paused
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ stream = Stream(
|
|
| 72 |
gr.Dropdown(choices=["chiahuahua", "dachshund", "golden-retriever"])
|
| 73 |
],
|
| 74 |
additional_outputs=[gr.JSON()],
|
| 75 |
-
rtc_configuration={},
|
| 76 |
concurrency_limit=20 if get_space() else None,
|
| 77 |
time_limit=600 if get_space() else None,
|
| 78 |
)
|
|
|
|
| 72 |
gr.Dropdown(choices=["chiahuahua", "dachshund", "golden-retriever"])
|
| 73 |
],
|
| 74 |
additional_outputs=[gr.JSON()],
|
| 75 |
+
rtc_configuration={"iceServers": [{"urls": ["stun:stun.l.google.com:19302"]}]},
|
| 76 |
concurrency_limit=20 if get_space() else None,
|
| 77 |
time_limit=600 if get_space() else None,
|
| 78 |
)
|