File size: 1,209 Bytes
01e9a1e
 
 
 
 
 
 
 
 
e530736
01e9a1e
fbc7ae5
 
 
01e9a1e
e530736
 
a2d3742
 
d78d3f4
 
 
 
 
bfbe67b
d78d3f4
bfbe67b
d78d3f4
bfbe67b
d78d3f4
bfbe67b
d78d3f4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: Text Summarization
emoji: πŸ‘€
sdk: gradio
sdk_version: 3.35.2
app_file: app.py
pinned: false
license: cc
---
[![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)

**HfLink space:** https://huggingface.co/spaces/sankhyikii/text-summarization


Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

for reference to setup config main.yml -> https://huggingface.co/docs/hub/spaces-github-actions

if you hit authError 128 use-> https://github.com/huggingface/huggingface_hub/issues/534

self-note->
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.

`git fetch` 

`git push -f origin main` 

`git remote rm origin`# for removing remote repo

`git remote add origin [repo link]` # for adding new repo as remote

`git remote -v` # to check your remote repo URL path