Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ import re
|
|
| 9 |
import tempfile
|
| 10 |
import ast
|
| 11 |
import html
|
|
|
|
| 12 |
from threading import Thread
|
| 13 |
from typing import Iterable, Optional
|
| 14 |
|
|
|
|
| 9 |
import tempfile
|
| 10 |
import ast
|
| 11 |
import html
|
| 12 |
+
import spaces
|
| 13 |
from threading import Thread
|
| 14 |
from typing import Iterable, Optional
|
| 15 |
|