Update app.py
Browse files
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",
|