Trudy commited on
Commit
6051832
·
1 Parent(s): 8910869

Add Hugging Face Spaces metadata

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # Multimodal Live API - Web console
2
 
3
  This repository contains a react-based starter app for using the [Multimodal Live API](<[https://ai.google.dev/gemini-api](https://ai.google.dev/api/multimodal-live)>) over a websocket. It provides modules for streaming audio playback, recording user media such as from a microphone, webcam or screen capture as well as a unified log view to aid in development of your application.
@@ -123,4 +133,4 @@ Your app is ready to be deployed!
123
 
124
  See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
125
 
126
- _This is an experiment showcasing the Multimodal Live API, not an official Google product. Well do our best to support and maintain this experiment but your mileage may vary. We encourage open sourcing projects as a way of learning from each other. Please respect our and other creators' rights, including copyright and trademark rights when present, when sharing these works and creating derivative work. If you want more info on Google's policy, you can find that [here](https://developers.google.com/terms/site-policies)._
 
1
+ ---
2
+ title: Gemini Live API Demo with Three.js Dots
3
+ emoji: 🎨
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: docker
7
+ pinned: false
8
+ app_port: 3001
9
+ ---
10
+
11
  # Multimodal Live API - Web console
12
 
13
  This repository contains a react-based starter app for using the [Multimodal Live API](<[https://ai.google.dev/gemini-api](https://ai.google.dev/api/multimodal-live)>) over a websocket. It provides modules for streaming audio playback, recording user media such as from a microphone, webcam or screen capture as well as a unified log view to aid in development of your application.
 
133
 
134
  See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
135
 
136
+ _This is an experiment showcasing the Multimodal Live API, not an official Google product. We'll do our best to support and maintain this experiment but your mileage may vary. We encourage open sourcing projects as a way of learning from each other. Please respect our and other creators' rights, including copyright and trademark rights when present, when sharing these works and creating derivative work. If you want more info on Google's policy, you can find that [here](https://developers.google.com/terms/site-policies)._