shyam gupta commited on
Commit
fbc7ae5
β€’
1 Parent(s): 9c9016a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -6,17 +6,18 @@ sdk_version: 3.35.2
6
  app_file: app.py
7
  pinned: false
8
  license: cc
9
- HfLink: https://huggingface.co/spaces/sankhyikii/text-summarization
10
  ---
11
  [![Sync to Hugging Face hub](https://github.com/shyamgupta196/Text-summarization-App/actions/workflows/main.yml/badge.svg)](https://github.com/shyamgupta196/Text-summarization-App/actions/workflows/main.yml)
12
 
 
 
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
15
  for reference to setup config main.yml -> https://huggingface.co/docs/hub/spaces-github-actions
16
 
17
  if you hit authError 128 use-> https://github.com/huggingface/huggingface_hub/issues/534
18
 
19
-
20
  self-note->
21
  When comparing Git pull vs fetch, Git fetch is a safer alternative because it pulls in all the commits from your remote but doesn't make any changes to your local files. On the other hand, Git pull is faster as you're performing multiple actions in one – a better bang for your buck.
22
 
 
6
  app_file: app.py
7
  pinned: false
8
  license: cc
 
9
  ---
10
  [![Sync to Hugging Face hub](https://github.com/shyamgupta196/Text-summarization-App/actions/workflows/main.yml/badge.svg)](https://github.com/shyamgupta196/Text-summarization-App/actions/workflows/main.yml)
11
 
12
+ **HfLink space:** https://huggingface.co/spaces/sankhyikii/text-summarization
13
+
14
+
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
16
 
17
  for reference to setup config main.yml -> https://huggingface.co/docs/hub/spaces-github-actions
18
 
19
  if you hit authError 128 use-> https://github.com/huggingface/huggingface_hub/issues/534
20
 
 
21
  self-note->
22
  When comparing Git pull vs fetch, Git fetch is a safer alternative because it pulls in all the commits from your remote but doesn't make any changes to your local files. On the other hand, Git pull is faster as you're performing multiple actions in one – a better bang for your buck.
23