test
Browse files
app.py
CHANGED
@@ -90,9 +90,8 @@ def get_text_response(user_message,history):
|
|
90 |
return response
|
91 |
|
92 |
theme =gr.themes.Default(primary_hue='purple')
|
93 |
-
|
94 |
demo = gr.ChatInterface(get_text_response,clear_btn=None,retry_btn=None,stop_btn=None,undo_btn=None,theme=theme,
|
95 |
chatbot= gr.Chatbot(bubble_full_width=False,label='Kum bot',show_label=True,height=350,show_share_button=False,
|
96 |
avatar_images=('https://res.cloudinary.com/dtbarluca/image/upload/v1692694826/user_1177568_mmmdi6.png','https://res.cloudinary.com/dtbarluca/image/upload/v1690875247/hlogo.ico_nqdhd6.png')),examples=["Where did you learn this techonologies?","What are your interests?","Which places do you like to visit?","Your greatest Achievements?","how can connect to you through linkedin?"])
|
97 |
if __name__ == "__main__":
|
98 |
-
demo.launch()
|
|
|
90 |
return response
|
91 |
|
92 |
theme =gr.themes.Default(primary_hue='purple')
|
|
|
93 |
demo = gr.ChatInterface(get_text_response,clear_btn=None,retry_btn=None,stop_btn=None,undo_btn=None,theme=theme,
|
94 |
chatbot= gr.Chatbot(bubble_full_width=False,label='Kum bot',show_label=True,height=350,show_share_button=False,
|
95 |
avatar_images=('https://res.cloudinary.com/dtbarluca/image/upload/v1692694826/user_1177568_mmmdi6.png','https://res.cloudinary.com/dtbarluca/image/upload/v1690875247/hlogo.ico_nqdhd6.png')),examples=["Where did you learn this techonologies?","What are your interests?","Which places do you like to visit?","Your greatest Achievements?","how can connect to you through linkedin?"])
|
96 |
if __name__ == "__main__":
|
97 |
+
demo.launch()
|