Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -321,7 +321,7 @@ with gr.Blocks(css=css) as demo:
|
|
321 |
gr.Markdown("""
|
322 |
# CPS - 584 Deep Learning Project by Vignesh Yanamalamanda and Srija Tatineni
|
323 |
|
324 |
-
This can be achieved with the help of several open-source model: Stable Diffusiion XL Lightning | Parler TextToSpeec | WhisperSpeech |
|
325 |
|
326 |
|
327 |
Thanks to Professor Mehdi For Inspiring Us to be creative while learning. and FYI. 4-5 seconds of audio will take ~5 minutes per inference, please be patient.
|
@@ -397,7 +397,7 @@ with gr.Blocks(css=css) as demo:
|
|
397 |
elem_id="video-block"
|
398 |
)
|
399 |
|
400 |
-
submit_btn = gr.Button("
|
401 |
|
402 |
with gr.Row(elem_id="pro-tips"):
|
403 |
gr.Markdown("""
|
|
|
321 |
gr.Markdown("""
|
322 |
# CPS - 584 Deep Learning Project by Vignesh Yanamalamanda and Srija Tatineni
|
323 |
|
324 |
+
This can be achieved with the help of several open-source model: Stable Diffusiion XL Lightning | Parler TextToSpeec | WhisperSpeech | SadTalker/DreamTalk
|
325 |
|
326 |
|
327 |
Thanks to Professor Mehdi For Inspiring Us to be creative while learning. and FYI. 4-5 seconds of audio will take ~5 minutes per inference, please be patient.
|
|
|
397 |
elem_id="video-block"
|
398 |
)
|
399 |
|
400 |
+
submit_btn = gr.Button("See The Magic !", elem_id="main-submit")
|
401 |
|
402 |
with gr.Row(elem_id="pro-tips"):
|
403 |
gr.Markdown("""
|