adamelliotfields commited on
Commit
6dc71df
·
verified ·
1 Parent(s): 486516a

Update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -17,7 +17,7 @@ license: apache-2.0
17
  ---
18
  # ⚡ Playground
19
 
20
- [Streamlit](https://streamlit.io) app for running inference on generative AI endpoints.
21
 
22
  ## Secrets
23
 
@@ -51,6 +51,8 @@ python 0_🏠_Home.py
51
 
52
  ## Development
53
 
 
 
54
  ```sh
55
  git remote set-url origin https://adamelliotfields:$HF_TOKEN@huggingface.co/spaces/adamelliotfields/playground
56
  ```
 
17
  ---
18
  # ⚡ Playground
19
 
20
+ This is a [Streamlit](https://streamlit.io) app I made to explore generative AI services and models. For actual usage, I recommend Hugging Face's [playground](https://huggingface.co/playground) and [inference providers](https://huggingface.co/blog/inference-providers).
21
 
22
  ## Secrets
23
 
 
51
 
52
  ## Development
53
 
54
+ Update the origin URL with authentication.
55
+
56
  ```sh
57
  git remote set-url origin https://adamelliotfields:$HF_TOKEN@huggingface.co/spaces/adamelliotfields/playground
58
  ```