Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[server] move dir #1454

Merged
merged 2 commits into from
Feb 17, 2022
Merged

[server] move dir #1454

merged 2 commits into from
Feb 17, 2022

Conversation

lym0302
Copy link
Contributor

@lym0302 lym0302 commented Feb 17, 2022

PR types
New features

PR changes
move dir
add readme

Describe
speech server
#1368
#1369

@lym0302 lym0302 added this to the r0.2.0 milestone Feb 17, 2022
@@ -0,0 +1,25 @@
# PaddleSpeech Server
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setup.py可以删除了

# PaddleSpeech Server

## The environment variables
The path.sh contains the environment variable.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

删掉。

@@ -0,0 +1,3 @@
export MAIN_ROOT=`realpath ${PWD}/../`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

删除。

from engine.asr.python.asr_engine import ASREngine
from engine.tts.python.tts_engine import TTSEngine
from paddlespeech.server.engine.asr.python.asr_engine import ASREngine
#from paddlespeech.server.engine.tts.python.tts_engine import TTSEngine
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

为啥注释掉了?

from utils.errors import ErrorCode
from utils.errors import failed_response
from utils.exception import ServerBaseException
#from paddlespeech.server.engine.tts.python.tts_engine import TTSEngine
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

为啥注释了?

@zh794390558 zh794390558 merged commit 0d1f90a into PaddlePaddle:server Feb 17, 2022
@lym0302 lym0302 deleted the move-dir2 branch February 17, 2022 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants