Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,6 +135,6 @@ with gr.Blocks() as demo:
|
|
| 135 |
gr.Video(height=320, width=600, label='Output_video'),
|
| 136 |
],
|
| 137 |
title="Short-Video-To-Video",
|
| 138 |
-
description="🤗 [whisper-large-v3](https://huggingface.co/spaces/hf-audio/whisper-large-v3), Limited the video length to 60 seconds. Please check [here](https://github.com/DUQIA/Short-Video-To-Video) for details."
|
| 139 |
)
|
| 140 |
demo.launch()
|
|
|
|
| 135 |
gr.Video(height=320, width=600, label='Output_video'),
|
| 136 |
],
|
| 137 |
title="Short-Video-To-Video",
|
| 138 |
+
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."
|
| 139 |
)
|
| 140 |
demo.launch()
|