Add HF config to README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# streamlit-webrtc-example
|
| 2 |
|
| 3 |
Hosted on Streamlit Cloud: [](https://webrtc.streamlit.app/) https://webrtc.streamlit.app/
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Streamlit Webrtc Example
|
| 3 |
+
emoji: 🌍
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: yellow
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.21.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
# https://huggingface.co/docs/hub/spaces-config-reference
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
# streamlit-webrtc-example
|
| 15 |
|
| 16 |
Hosted on Streamlit Cloud: [](https://webrtc.streamlit.app/) https://webrtc.streamlit.app/
|