Spaces:
Running
Running
Upload 2 files
Browse files- app.py +7 -1
- kirill.jpeg +0 -0
app.py
CHANGED
|
@@ -430,4 +430,10 @@ def respond_ai(message, history):
|
|
| 430 |
#---------------------------------------------------
|
| 431 |
# Launch Gradio
|
| 432 |
#---------------------------------------------------
|
| 433 |
-
gr.ChatInterface(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 430 |
#---------------------------------------------------
|
| 431 |
# Launch Gradio
|
| 432 |
#---------------------------------------------------
|
| 433 |
+
gr.ChatInterface(
|
| 434 |
+
fn=respond_ai,
|
| 435 |
+
title="Kirill's Digital Twin",
|
| 436 |
+
chatbot=gr.Chatbot(avatar_images=(None, "kirill.jpeg")),
|
| 437 |
+
description="Chat with an AI version of Kirill Eremenko. Ask about his experience, projects, or just say hi!",
|
| 438 |
+
examples=["What's your background?", "AI Engineering experience", "Do you like pineapple on pizza?"]
|
| 439 |
+
).launch()
|
kirill.jpeg
ADDED
|