Spaces:
Runtime error
Runtime error
fix: missing library SyncToAsyncIterator
Browse files
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,
|