Spaces:
Sleeping
Sleeping
Deepak Sahu commited on
Commit ·
b6fff79
1
Parent(s): 28618b2
Update app.py
Browse files
app.py
CHANGED
|
@@ -153,15 +153,21 @@ def step_synth_audio(state: AppState):
|
|
| 153 |
|
| 154 |
with gr.Blocks(css=css_ui) as demo:
|
| 155 |
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 165 |
with gr.Row():
|
| 166 |
with gr.Column(4):
|
| 167 |
chatbot = gr.Chatbot(label="Conversation", type="messages", elem_classes=["chatbox"])
|
|
|
|
| 153 |
|
| 154 |
with gr.Blocks(css=css_ui) as demo:
|
| 155 |
|
| 156 |
+
gr.Markdown("""
|
| 157 |
+
# 💬 Talk To Julia about Me (Deepak)
|
| 158 |
+
""")
|
| 159 |
+
|
| 160 |
+
# Subtitle / description
|
| 161 |
+
gr.Markdown("""
|
| 162 |
+
**Powered by NVIDIA RIVA + NVIDIA NIM ⚡**
|
| 163 |
+
*Start by asking: “Can you hear me?”*
|
| 164 |
+
""")
|
| 165 |
+
|
| 166 |
+
# LinkedIn link
|
| 167 |
+
gr.Markdown("""
|
| 168 |
+
Reach me out on [LinkedIn](https://www.linkedin.com/in/deepak-sahu-7a6894159/)
|
| 169 |
+
""")
|
| 170 |
+
|
| 171 |
with gr.Row():
|
| 172 |
with gr.Column(4):
|
| 173 |
chatbot = gr.Chatbot(label="Conversation", type="messages", elem_classes=["chatbox"])
|