Spaces:
Runtime error
Runtime error
Commit
·
95e226d
1
Parent(s):
dae18ca
Update main_dl.py
Browse files- main_dl.py +1 -0
main_dl.py
CHANGED
@@ -16,6 +16,7 @@ from tensorflow import keras
|
|
16 |
from keras_nlp.layers import TransformerEncoder
|
17 |
from tensorflow.keras import layers
|
18 |
from tensorflow.keras.utils import plot_model
|
|
|
19 |
|
20 |
api = FastAPI()
|
21 |
dataPath = "data"
|
|
|
16 |
from keras_nlp.layers import TransformerEncoder
|
17 |
from tensorflow.keras import layers
|
18 |
from tensorflow.keras.utils import plot_model
|
19 |
+
import asyncio
|
20 |
|
21 |
api = FastAPI()
|
22 |
dataPath = "data"
|