mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
This commit is contained in:
parent
dfe1f08ae2
commit
d72492a3cc
@ -1559,6 +1559,7 @@ class Job(Future):
|
||||
return o
|
||||
if self.communicator.job.latest_status.code == Status.FINISHED:
|
||||
raise StopIteration()
|
||||
time.sleep(0.001)
|
||||
|
||||
def result(self, timeout: float | None = None) -> Any:
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user