Spaces:
Running
Running
Louis-François Bouchard
commited on
Commit
·
91bd99a
1
Parent(s):
f55d652
changed text for intel and activeloop
Browse files
app.py
CHANGED
@@ -181,7 +181,8 @@ with gr.Blocks(
|
|
181 |
) as demo:
|
182 |
with gr.Row():
|
183 |
gr.Markdown(
|
184 |
-
"<h3><center>Towards AI
|
|
|
185 |
)
|
186 |
|
187 |
latest_completion = gr.State()
|
|
|
181 |
) as demo:
|
182 |
with gr.Row():
|
183 |
gr.Markdown(
|
184 |
+
"<h3><center>Towards AI 🤖: A Question-Answering Bot for anything AI-related</center></h3>"
|
185 |
+
"<h4><center>powered by Activeloop and 4th Generation Intel® Xeon® Scalable Processors</center></h4>"
|
186 |
)
|
187 |
|
188 |
latest_completion = gr.State()
|