Update toy server for the recent updates

This commit is contained in:
Eren Golge
2018-11-19 15:27:22 +01:00
parent 0cca7920fc
commit b8ca19fd2c
4 changed files with 14 additions and 27 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!flask/bin/python
import argparse
from synthesizer import Synthesizer
from TTS.utils.generic_utils import load_config
from utils.generic_utils import load_config
from flask import Flask, Response, request, render_template, send_file
parser = argparse.ArgumentParser()