freddyaboulton HF Staff commited on
Commit
1d9bf51
·
verified ·
1 Parent(s): 50004cb

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=None,
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={},
76
  concurrency_limit=20 if get_space() else None,
77
  time_limit=600 if get_space() else None,
78
  )