Zhofang commited on
Commit
967a8f9
·
verified ·
1 Parent(s): e9eb928

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -284,6 +284,7 @@ iface = gr.Interface(
284
  title="Pengambil Screenshot Website Cepat (Chrome Persisten)",
285
  description="Masukkan URL, atur ukuran jendela dan delay. Instance Chrome akan berjalan hingga 10 menit untuk mempercepat respons.",
286
  allow_flagging='never',
 
287
  examples=[
288
  ["https://gradio.app", 1280, 720, 3],
289
  ["https://github.com", 1920, 1080, 5],
 
284
  title="Pengambil Screenshot Website Cepat (Chrome Persisten)",
285
  description="Masukkan URL, atur ukuran jendela dan delay. Instance Chrome akan berjalan hingga 10 menit untuk mempercepat respons.",
286
  allow_flagging='never',
287
+ concurrency_limit=None, # <--- DITAMBAHKAN DI SINI
288
  examples=[
289
  ["https://gradio.app", 1280, 720, 3],
290
  ["https://github.com", 1920, 1080, 5],