Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import numpy as np
|
|
| 7 |
import os
|
| 8 |
|
| 9 |
# import your existing functions
|
| 10 |
-
from
|
| 11 |
|
| 12 |
|
| 13 |
def text_interface(text):
|
|
|
|
| 7 |
import os
|
| 8 |
|
| 9 |
# import your existing functions
|
| 10 |
+
from model import textonly, speechonly
|
| 11 |
|
| 12 |
|
| 13 |
def text_interface(text):
|