vpcom commited on
Commit
d576879
·
1 Parent(s): fb1ecc6

fix: missing library SyncToAsyncIterator

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ import inspect
9
 
10
  from pathlib import Path
11
  from typing import Callable, Literal, AsyncGenerator
 
12
 
13
  from gradio.components import (
14
  Button,
 
9
 
10
  from pathlib import Path
11
  from typing import Callable, Literal, AsyncGenerator
12
+ from gradio.utils import SyncToAsyncIterator, async_iteration
13
 
14
  from gradio.components import (
15
  Button,