Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🗣️
|
4 |
colorFrom: gray
|
5 |
colorTo: gray
|
@@ -7,11 +7,11 @@ sdk: gradio
|
|
7 |
sdk_version: 5.35.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
short_description: Test
|
11 |
---
|
12 |
|
13 |
-
# 🗣️
|
14 |
|
15 |
-
**Test [
|
16 |
|
17 |
Send **manifest** requests to get capabilities or **utterance** events for conversations.
|
|
|
1 |
---
|
2 |
+
title: Open Floor Protocol Tester
|
3 |
emoji: 🗣️
|
4 |
colorFrom: gray
|
5 |
colorTo: gray
|
|
|
7 |
sdk_version: 5.35.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
short_description: Test Open Floor-compliant assistants
|
11 |
---
|
12 |
|
13 |
+
# 🗣️ Open Floor Protocol Tester
|
14 |
|
15 |
+
**Test [Open Floor](https://github.com/open-voice-interoperability/openfloor-docs)-compliant assistants using the [official Python library](https://github.com/open-voice-interoperability/openfloor-python)**
|
16 |
|
17 |
Send **manifest** requests to get capabilities or **utterance** events for conversations.
|