Isidorophp commited on
Commit
5e5785c
·
verified ·
1 Parent(s): 38a6d00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -113,11 +113,12 @@ async def generate1(prompt):
113
  yield tmp_path
114
 
115
  with gr.Blocks(css="style.css") as demo:
116
- gr.Markdown(""" # <center><b>DR. Watson 🤖 🧠 🧬</b></center>
117
  ### <center>An Artificial Intelligence Assistant just for YOU:
118
  ### <center>Now Talk to - Dr. Watson</center>
119
  """)
120
-
 
121
  with gr.Row():
122
  user_input = gr.Audio(label="Voice Chat", type="filepath")
123
  output_audio = gr.Audio(label="WATSON", type="filepath",
 
113
  yield tmp_path
114
 
115
  with gr.Blocks(css="style.css") as demo:
116
+ gr.Markdown(""" # <center><b>img src=“logo.png” DR. Watson 🤖 🧠 🧬</b></center>
117
  ### <center>An Artificial Intelligence Assistant just for YOU:
118
  ### <center>Now Talk to - Dr. Watson</center>
119
  """)
120
+
121
+
122
  with gr.Row():
123
  user_input = gr.Audio(label="Voice Chat", type="filepath")
124
  output_audio = gr.Audio(label="WATSON", type="filepath",