ysharma HF staff commited on
Commit
d043fae
1 Parent(s): c11d6ca
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ demo = gr.Blocks()
110
  with demo:
111
  gr.Markdown("<h1><center>AI Assistant - Voice to Joke</center></h1>")
112
  gr.Markdown(
113
- """<center>Just record <i>**"Hey Whisper can you tell me a joke on X please?"**</i>, X = anything you would wish.</center><br><center>Or, press record and just utter a theme.</center>
114
  """)
115
  with gr.Row():
116
  with gr.Column():
 
110
  with demo:
111
  gr.Markdown("<h1><center>AI Assistant - Voice to Joke</center></h1>")
112
  gr.Markdown(
113
+ """<center>Just record <i><b>"Hey Whisper can you tell me a joke on X please?"</i></b>, X = anything you would wish.</center><br><center>Or, press record and just utter a theme.</center>
114
  """)
115
  with gr.Row():
116
  with gr.Column():