lord-reso commited on
Commit
64f8c24
·
verified ·
1 Parent(s): 693a6d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from fastapi.middleware.cors import CORSMiddleware
4
  from logic import synthesize_voice, plot_data, plot_waveforms
5
  import base64
6
  import sys
7
- from hifi-gan.inference_e2e import hifi_gan_inference
8
 
9
 
10
  app = FastAPI()
 
4
  from logic import synthesize_voice, plot_data, plot_waveforms
5
  import base64
6
  import sys
7
+ from hifigan.inference_e2e import hifi_gan_inference
8
 
9
 
10
  app = FastAPI()