ximod1a commited on
Commit
c6ac616
·
1 Parent(s): 4e97754

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,6 +150,6 @@ with gr.Blocks() as demo:
150
  gr.Video(height=320, width=600, label='Output_video'),
151
  ],
152
  title="Short-Video-To-Video",
153
- description="🤗 [whisper-large-v3](https://huggingface.co/spaces/hf-audio/whisper-large-v3), Limited the video length to 60 seconds. Currently only supports google Translator. Please check [here](https://github.com/DUQIA/Short-Video-To-Video) for details."
154
  )
155
  demo.launch()
 
150
  gr.Video(height=320, width=600, label='Output_video'),
151
  ],
152
  title="Short-Video-To-Video",
153
+ description="🤗 [whisper-large-v3](https://huggingface.co/spaces/hf-audio/whisper-large-v3), Limited the video length to 60 seconds. Currently only supports google Translator, Use other [translators](https://github.com/DUQIA/Short-Video-To-Video/blob/main/README.md#use-other-translators). Please check [here](https://github.com/DUQIA/Short-Video-To-Video) for details."
154
  )
155
  demo.launch()