Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -112,8 +112,9 @@ async def generate1(prompt):
|
|
112 |
await communicate.save(tmp_path)
|
113 |
yield tmp_path
|
114 |
|
115 |
-
with gr.Blocks(css="style.css") as demo:
|
116 |
-
gr.
|
|
|
117 |
### <center>An Artificial Intelligence Assistant just for YOU:
|
118 |
### <center>Now Talk to - Dr. Watson</center>
|
119 |
""")
|
|
|
112 |
await communicate.save(tmp_path)
|
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 |
""")
|