BissakaAI commited on
Commit
f9a96bb
·
verified ·
1 Parent(s): 2ec1a38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import numpy as np
7
  import os
8
 
9
  # import your existing functions
10
- from your_model_file import textonly, speechonly
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):