aksj commited on
Commit
feffd25
·
1 Parent(s): 9e93532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def find_closest_mp3(query):
37
  return file_name_without_extension + '.mp3'
38
  my_theme = gr.Theme.from_hub("ysharma/llamas")
39
  with gr.Blocks(theme=my_theme) as demo:
40
- gr.Markdown("""<h3 style="text-align: center;">H3 that is center aligned</h3>""")
41
  # video=gr.PlayableVideo("final_video.mp4")
42
  inp=gr.Textbox(placeholder="Describe your dream!",label="Your dream")
43
  out=gr.Audio(label="Llamas singing your dream")
 
37
  return file_name_without_extension + '.mp3'
38
  my_theme = gr.Theme.from_hub("ysharma/llamas")
39
  with gr.Blocks(theme=my_theme) as demo:
40
+ gr.Markdown("""<h3 style="text-align: center;">BeatLlama Dreambooth</h3>""")
41
  # video=gr.PlayableVideo("final_video.mp4")
42
  inp=gr.Textbox(placeholder="Describe your dream!",label="Your dream")
43
  out=gr.Audio(label="Llamas singing your dream")