Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
johnnyclee/chatgpt_clone
cbs-tech-strategy
/
chat
like
1
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
Johnny Lee
commited on
Jan 3, 2024
Commit
9d8f43f
·
1 Parent(s):
d5920e8
update configs
Browse files
Files changed (1)
hide
show
README.md
+3
-0
README.md
CHANGED
Viewed
@@ -7,4 +7,7 @@ sdk: gradio
7
app_file: app.py
8
pinned: false
9
license: cc
10
---
7
app_file: app.py
8
pinned: false
9
license: cc
10
+
hf_oauth: false
11
+
datasets: chats
12
+
sdk_version: "3.50.2"
13
---