Spaces:
Running
Running
temptrip
commited on
Commit
Β·
b1d43ae
1
Parent(s):
2af16d1
init
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ def generate_trump_voice_with_realtime_updates(text, word_num, request: gr.Reque
|
|
| 99 |
transition: all 0.3s ease;
|
| 100 |
border: none;
|
| 101 |
'>π¬ Generate Video</a>
|
| 102 |
-
<a href='
|
| 103 |
display: inline-flex;
|
| 104 |
align-items: center;
|
| 105 |
justify-content: center;
|
|
@@ -115,7 +115,7 @@ def generate_trump_voice_with_realtime_updates(text, word_num, request: gr.Reque
|
|
| 115 |
box-shadow: 0 4px 15px rgba(17, 153, 142, 0.4);
|
| 116 |
transition: all 0.3s ease;
|
| 117 |
border: none;
|
| 118 |
-
'
|
| 119 |
</div>
|
| 120 |
"""
|
| 121 |
yield f"β
success!!!", local_audio_path, text_final, gr.update(value=action_buttons_html, visible=True), task_url
|
|
|
|
| 99 |
transition: all 0.3s ease;
|
| 100 |
border: none;
|
| 101 |
'>π¬ Generate Video</a>
|
| 102 |
+
<a href='{task_url}' target='_blank' style='
|
| 103 |
display: inline-flex;
|
| 104 |
align-items: center;
|
| 105 |
justify-content: center;
|
|
|
|
| 115 |
box-shadow: 0 4px 15px rgba(17, 153, 142, 0.4);
|
| 116 |
transition: all 0.3s ease;
|
| 117 |
border: none;
|
| 118 |
+
'>π Check Generate Details</a>
|
| 119 |
</div>
|
| 120 |
"""
|
| 121 |
yield f"β
success!!!", local_audio_path, text_final, gr.update(value=action_buttons_html, visible=True), task_url
|