shyam gupta commited on
Commit
d78d3f4
β€’
1 Parent(s): a2d3742

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -1,13 +1,12 @@
1
  ---
2
  title: Text Summarization
3
  emoji: πŸ‘€
4
- colorFrom: purple
5
- colorTo: pink
6
  sdk: gradio
7
  sdk_version: 3.35.2
8
  app_file: app.py
9
  pinned: false
10
  license: cc
 
11
  ---
12
  [![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)
13
 
@@ -16,3 +15,13 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
16
  for reference to setup config main.yml -> https://huggingface.co/docs/hub/spaces-github-actions
17
 
18
  if you hit authError 128 use-> https://github.com/huggingface/huggingface_hub/issues/534
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: Text Summarization
3
  emoji: πŸ‘€
 
 
4
  sdk: gradio
5
  sdk_version: 3.35.2
6
  app_file: app.py
7
  pinned: false
8
  license: cc
9
+ HfLink:
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
 
 
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
+
23
+ `git fetch`
24
+ `git push -f origin main`
25
+ `git remote rm origin`# for removing remote repo
26
+ `git remote add origin [repo link]` # for adding new repo as remote
27
+ `git remote -v` # to check your remote repo URL path