Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- README_gradio.md +24 -0
README_gradio.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|