Spaces:
Sleeping
Sleeping
Update README.md
Browse filesBased on freddyaboulton's [Talk To Gemini Space](https://huggingface.co/spaces/fastrtc/talk-to-gemini/tree/main)
Modifications include:
- System prompts for expert assistants
- Custom prompt option
- Dynamic UI adapting to the selected expert
by Jérémie Rostan
README.md
CHANGED
@@ -1,15 +1,21 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: ♊️
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.16.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
-
short_description: Talk to
|
12 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Real-Time Experts
|
3 |
emoji: ♊️
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.16.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
short_description: Talk to Experts using Google's multimodal API
|
12 |
+
tags:
|
13 |
+
- webrtc
|
14 |
+
- websocket
|
15 |
+
- gradio
|
16 |
+
- secret|TWILIO_ACCOUNT_SID
|
17 |
+
- secret|TWILIO_AUTH_TOKEN
|
18 |
+
- secret|GEMINI_API_KEY
|
19 |
---
|
20 |
|
21 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|