Spaces:
Running
Running
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,15 +1,24 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
emoji: 👨🦰
|
4 |
colorFrom: purple
|
5 |
colorTo: red
|
|
|
|
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.16.0
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
|
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
app_file: app.py
|
|
|
3 |
colorFrom: purple
|
4 |
colorTo: red
|
5 |
+
emoji: "\U0001F468\u200D\U0001F9B0"
|
6 |
+
license: mit
|
7 |
+
pinned: false
|
8 |
sdk: gradio
|
9 |
sdk_version: 5.16.0
|
10 |
+
short_description: Talk to Anthropic's Claude - Gradio UI version
|
11 |
+
tags:
|
12 |
+
- webrtc
|
13 |
+
- websocket
|
14 |
+
- gradio
|
15 |
+
- secret|TWILIO_ACCOUNT_SID
|
16 |
+
- secret|TWILIO_AUTH_TOKEN
|
17 |
+
- secret|GROQ_API_KEY
|
18 |
+
- secret|ANTHROPIC_API_KEY
|
19 |
+
- secret|ELEVENLABS_API_KEY
|
20 |
+
title: Talk to Claude (Gradio UI)
|
21 |
---
|
22 |
|
23 |
+
|
24 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|