freddyaboulton HF staff commited on
Commit
afd6773
·
verified ·
1 Parent(s): 1d9bf51

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )