freddyaboulton HF Staff commited on
Commit
4d8d346
·
verified ·
1 Parent(s): af5779f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -73,9 +73,9 @@ stream = Stream(
73
  gr.Dropdown(choices=["chiahuahua", "dachshund", "golden-retriever"])
74
  ],
75
  additional_outputs=[gr.JSON()],
76
- rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
77
- concurrency_limit=5 if get_space() else None,
78
- time_limit=90 if get_space() else None,
79
  )
80
 
81
 
 
73
  gr.Dropdown(choices=["chiahuahua", "dachshund", "golden-retriever"])
74
  ],
75
  additional_outputs=[gr.JSON()],
76
+ rtc_configuration=None,
77
+ concurrency_limit=20 if get_space() else None,
78
+ time_limit=600 if get_space() else None,
79
  )
80
 
81