empowerus commited on
Commit
ec4ec78
·
verified ·
1 Parent(s): f2e05a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,9 +3,9 @@ import gradio as gr
3
  with gr.Blocks() as block:
4
  gr.HTML(
5
  f"""
6
- <h1 style='text-align: center;'> Magic 8 Ball 🎱 </h1>
7
  <h3 style='text-align: center;'> Ask a question and receive wisdom </h3>
8
- <p style='text-align: center;'> Powered by <a href="https://github.com/huggingface/parler-tts"> Parler-TTS</a>
9
  """
10
  )
11
  with gr.Group():
 
3
  with gr.Blocks() as block:
4
  gr.HTML(
5
  f"""
6
+ <h1 style='text-align: center;'> Hey Annie</h1>
7
  <h3 style='text-align: center;'> Ask a question and receive wisdom </h3>
8
+ <p style='text-align: center;'> Powered by Radar Interactive </a>
9
  """
10
  )
11
  with gr.Group():