Hev832 commited on
Commit
c0a53d4
1 Parent(s): dd6e799

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def get_lyrics_from_link(link):
22
  return f"An error occurred: {str(e)}"
23
 
24
  # Create Gradio interface
25
- with gr.Blocks(theme="Hev832/Applio") as demo:
26
  gr.Markdown("## Get Lyrics from Genius Link")
27
 
28
  link_input = gr.Textbox(label="Genius Link",
 
22
  return f"An error occurred: {str(e)}"
23
 
24
  # Create Gradio interface
25
+ with gr.Blocks(theme="Hev832/niceandsimple") as demo:
26
  gr.Markdown("## Get Lyrics from Genius Link")
27
 
28
  link_input = gr.Textbox(label="Genius Link",