temptrip commited on
Commit
b1d43ae
Β·
1 Parent(s): 2af16d1
Files changed (1) hide show
  1. app.py +2 -2
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='https://trumpaivoice.net/trump-ai-song#generator' target='_blank' style='
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
- '>🎡 Trump Writes & Sings for You (Free) </a>
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