jeremierostan commited on
Commit
44e8449
·
verified ·
1 Parent(s): 80abd37

Update README.md

Browse files

Based 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

Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -1,15 +1,21 @@
1
  ---
2
- title: Talk to Gemini
3
  emoji: ♊️
4
- colorFrom: purple
5
- colorTo: red
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 Gemini using Google's multimodal API
12
- tags: [webrtc, websocket, gradio, secret|TWILIO_ACCOUNT_SID, secret|TWILIO_AUTH_TOKEN, secret|GEMINI_API_KEY]
 
 
 
 
 
 
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