We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae93d2 commit dc5e893Copy full SHA for dc5e893
src/huggingface_hub/inference/_providers/fal_ai.py
@@ -12,7 +12,7 @@
12
logger = get_logger(__name__)
13
14
# Arbitrary polling interval
15
-_POLLING_INTERVAL = 2.0
+_POLLING_INTERVAL = 0.5
16
17
18
class FalAITask(TaskProviderHelper, ABC):
0 commit comments