Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -249,11 +249,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 249 |
with gr.Column():
|
| 250 |
gr.Markdown("""
|
| 251 |
# Edit Video By Editing Text
|
| 252 |
-
This project
|
| 253 |
-
are made by editing the audio transcription.
|
| 254 |
-
Using the [Huggingface Automatic Speech Recognition Pipeline](https://huggingface.co/tasks/automatic-speech-recognition)
|
| 255 |
-
with a fine tuned [Wav2Vec2 model using Connectionist Temporal Classification (CTC)](https://huggingface.co/facebook/wav2vec2-large-960h-lv60-self)
|
| 256 |
-
you can predict not only the text transcription but also the [character or word base timestamps](https://huggingface.co/docs/transformers/v4.19.2/en/main_classes/pipelines#transformers.AutomaticSpeechRecognitionPipeline.__call__.return_timestamps)
|
| 257 |
""")
|
| 258 |
|
| 259 |
with gr.Row():
|
|
@@ -303,10 +299,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 303 |
with gr.Row():
|
| 304 |
gr.Markdown("""
|
| 305 |
#### Video Credits
|
| 306 |
-
|
| 307 |
-
1. [Cooking](https://vimeo.com/573792389)
|
| 308 |
-
1. [Shia LaBeouf "Just Do It"](https://www.youtube.com/watch?v=n2lTxIk_Dr0)
|
| 309 |
-
1. [Mark Zuckerberg & Yuval Noah Harari in Conversation](https://www.youtube.com/watch?v=Boj9eD0Wug8)
|
| 310 |
""")
|
| 311 |
demo.queue()
|
| 312 |
if __name__ == "__main__":
|
|
|
|
| 249 |
with gr.Column():
|
| 250 |
gr.Markdown("""
|
| 251 |
# Edit Video By Editing Text
|
| 252 |
+
This project has been created by Raushan Sharma.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 253 |
""")
|
| 254 |
|
| 255 |
with gr.Row():
|
|
|
|
| 299 |
with gr.Row():
|
| 300 |
gr.Markdown("""
|
| 301 |
#### Video Credits
|
| 302 |
+
Goes to Raushan Sharma
|
|
|
|
|
|
|
|
|
|
| 303 |
""")
|
| 304 |
demo.queue()
|
| 305 |
if __name__ == "__main__":
|