prithivMLmods commited on
Commit
609822b
·
verified ·
1 Parent(s): 08f95af

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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