Update handler.py
Browse files- handler.py +0 -1
handler.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
from typing import Dict, Any
|
| 2 |
-
from textToStoryGeneration import *
|
| 3 |
import logging
|
| 4 |
import torch
|
| 5 |
import soundfile as sf
|
|
|
|
| 1 |
from typing import Dict, Any
|
|
|
|
| 2 |
import logging
|
| 3 |
import torch
|
| 4 |
import soundfile as sf
|