Spaces:
Runtime error
Runtime error
jerome-white
commited on
Commit
•
1211f75
1
Parent(s):
fe463ec
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# OpenAI File Chat
|
2 |
|
3 |
This code implements a wrapper around [OpenAI file
|
@@ -57,4 +68,4 @@ FILE_CHAT_CONFIG=/path/to/configuration.json gradio $ROOT/app.py
|
|
57 |
```
|
58 |
|
59 |
Navigate to the URL specified by Gradio, then open the accordion at
|
60 |
-
the top of the page for usage instructions.
|
|
|
1 |
+
---
|
2 |
+
title: OpenAI File Chat
|
3 |
+
emoji: 💻
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: yellow
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.6.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
+
---
|
12 |
# OpenAI File Chat
|
13 |
|
14 |
This code implements a wrapper around [OpenAI file
|
|
|
68 |
```
|
69 |
|
70 |
Navigate to the URL specified by Gradio, then open the accordion at
|
71 |
+
the top of the page for usage instructions.
|