Update app.py
Browse files
app.py
CHANGED
|
@@ -91,6 +91,7 @@ _I2V_SYSTEM_PROMPT = (
|
|
| 91 |
" chatter and the light clinking of cups on saucers."
|
| 92 |
)
|
| 93 |
|
|
|
|
| 94 |
import glob
|
| 95 |
import re as _re
|
| 96 |
|
|
|
|
| 91 |
" chatter and the light clinking of cups on saucers."
|
| 92 |
)
|
| 93 |
|
| 94 |
+
import pathlib
|
| 95 |
import glob
|
| 96 |
import re as _re
|
| 97 |
|