MySafeCode commited on
Commit
ca8212e
·
verified ·
1 Parent(s): 324b0e2

Update a.py

Browse files
Files changed (1) hide show
  1. a.py +7 -0
a.py CHANGED
@@ -287,6 +287,13 @@ with gr.Blocks() as app:
287
 
288
  # We'll use a hidden component to track initial load
289
  initial_load_done = gr.State(value=False)
 
 
 
 
 
 
 
290
 
291
  with gr.Tab("🎶 Generate Song", id="generate_tab") as tab_generate:
292
  with gr.Row():
 
287
 
288
  # We'll use a hidden component to track initial load
289
  initial_load_done = gr.State(value=False)
290
+
291
+ with gr.TabItem("Audio Link"):
292
+ gr.HTML("""
293
+ <p>Click below to open the audio page:</p>
294
+ <a href="https://1hit.no/gen/audio/mp3/" target="_blank">Open 1hit Audio</a>
295
+ """)
296
+
297
 
298
  with gr.Tab("🎶 Generate Song", id="generate_tab") as tab_generate:
299
  with gr.Row():