Skip to content

Commit

Permalink
[fix] fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
user01 authored and user01 committed Nov 24, 2023
1 parent 354493c commit 5b415a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/web/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ def recognition(audio, lang='CN'):

# description
description = (
"Wenet Demo ! This is a speech recognition demo that supports Mandarin and English !"
"Wenet Demo ! This is a speech recognition demo that supports Mandarin and English !" # noqa
)

article = (
"<p style='text-align: center'>"
"<a href='https://github.com/wenet-e2e/wenet' target='_blank'>Github: Learn more about WeNet</a>"
"<a href='https://github.com/wenet-e2e/wenet' target='_blank'>Github: Learn more about WeNet</a>" # noqa
"</p>")

interface = gr.Interface(
Expand Down

0 comments on commit 5b415a0

Please sign in to comment.