Spaces:
Running
Running
Update app.py
Browse files
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],
|