Spaces:
Runtime error
Runtime error
Commit
·
020db15
1
Parent(s):
d9bed9c
Update app.py
Browse files
app.py
CHANGED
@@ -374,7 +374,7 @@ def clear_chat_history(history:list)->list:
|
|
374 |
|
375 |
#################### DRIVER SCRIPT #####################
|
376 |
with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
|
377 |
-
|
378 |
gr.Markdown("""<h1 style="color:skyblue;font-family:'Brush Script MT', cursive;text-align:center">GenZBot</h1>""")
|
379 |
gr.Markdown("""GenZBot is a virtual assistant that employs advanced artificial intelligence (AI) technologies to enhance its capabilities. Utilizing cutting-edge AI techniques such as Whisper, chatgpt, internet, Dall-E and OpenAI and Langchain, GenZBot can provide users with a wide range of useful features. By leveraging AI, GenZBot can understand and respond to users' requests in a natural and intuitive manner, allowing for a more seamless and personalized experience. Its ability to generate paintings, drawings, and abstract art, play music and videos, and you can Upload your documents and ask questions about the document, is made possible by sophisticated AI algorithms that can produce complex and nuanced results. Overall, GenZBot's extensive use of AI technology enables it to serve as a powerful and versatile digital assistant that can adapt to the needs of its users.""")
|
380 |
chatbot = gr.Chatbot()
|
|
|
374 |
|
375 |
#################### DRIVER SCRIPT #####################
|
376 |
with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
|
377 |
+
gr.Markdown(gr.__version__)
|
378 |
gr.Markdown("""<h1 style="color:skyblue;font-family:'Brush Script MT', cursive;text-align:center">GenZBot</h1>""")
|
379 |
gr.Markdown("""GenZBot is a virtual assistant that employs advanced artificial intelligence (AI) technologies to enhance its capabilities. Utilizing cutting-edge AI techniques such as Whisper, chatgpt, internet, Dall-E and OpenAI and Langchain, GenZBot can provide users with a wide range of useful features. By leveraging AI, GenZBot can understand and respond to users' requests in a natural and intuitive manner, allowing for a more seamless and personalized experience. Its ability to generate paintings, drawings, and abstract art, play music and videos, and you can Upload your documents and ask questions about the document, is made possible by sophisticated AI algorithms that can produce complex and nuanced results. Overall, GenZBot's extensive use of AI technology enables it to serve as a powerful and versatile digital assistant that can adapt to the needs of its users.""")
|
380 |
chatbot = gr.Chatbot()
|