Isidorophp commited on
Commit
c491452
·
verified ·
1 Parent(s): 2f97a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -113,13 +113,16 @@ async def generate1(prompt):
113
  yield tmp_path
114
 
115
  with gr.Blocks(css="style.css") as demo:
116
- gr.Image("/file=logo.png")
 
 
117
  gr.Markdown(""" # <center><b> DR. Watson 🤖 🧠 🧬</b></center>
118
  ### <center>An Artificial Intelligence Assistant just for YOU:
119
  ### <center>Now Talk to - Dr. Watson</center>
120
  """)
 
121
 
122
-
123
  with gr.Row():
124
  user_input = gr.Audio(label="Voice Chat", type="filepath")
125
  output_audio = gr.Audio(label="WATSON", type="filepath",
 
113
  yield tmp_path
114
 
115
  with gr.Blocks(css="style.css") as demo:
116
+ gr.Image("/file=https://huggingface.co/spaces/Isidorophp/Talk-to-Dr.Watson/resolve/main/logo.png")
117
+
118
+ gr.Markdown(""" # <center><img src='https://huggingface.co/spaces/Isidorophp/Talk-to-Dr.Watson/resolve/main/logo.png' alt='RJP DEV STUDIO logo'></center>""")
119
  gr.Markdown(""" # <center><b> DR. Watson 🤖 🧠 🧬</b></center>
120
  ### <center>An Artificial Intelligence Assistant just for YOU:
121
  ### <center>Now Talk to - Dr. Watson</center>
122
  """)
123
+ CodeFormer/assets/CodeFormer_logo.png
124
 
125
+
126
  with gr.Row():
127
  user_input = gr.Audio(label="Voice Chat", type="filepath")
128
  output_audio = gr.Audio(label="WATSON", type="filepath",