ez7051 commited on
Commit
e3b322d
·
verified ·
1 Parent(s): 151cd47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ import numpy as np
11
  import keras
12
  from keras import layers
13
  import asyncio
 
14
  from operator import itemgetter
15
  from collections import abc
16
  from typing import Callable
 
11
  import keras
12
  from keras import layers
13
  import asyncio
14
+ from asyncio import Semaphore
15
  from operator import itemgetter
16
  from collections import abc
17
  from typing import Callable