Spaces:
Runtime error
Runtime error
fix: missing library
Browse files
app.py
CHANGED
@@ -8,7 +8,8 @@ import random
|
|
8 |
import inspect
|
9 |
|
10 |
from pathlib import Path
|
11 |
-
from typing import Callable, Literal
|
|
|
12 |
from gradio.components import (
|
13 |
Button,
|
14 |
Chatbot,
|
|
|
8 |
import inspect
|
9 |
|
10 |
from pathlib import Path
|
11 |
+
from typing import Callable, Literal, AsyncGenerator
|
12 |
+
|
13 |
from gradio.components import (
|
14 |
Button,
|
15 |
Chatbot,
|