MrSimple07 commited on
Commit
b202e7e
·
verified ·
1 Parent(s): 807c692

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -20
README.md CHANGED
@@ -27,26 +27,6 @@ This is a simple app that uses the `facebook/bart-large-cnn` model from Hugging
27
  2. The app processes the input using the `facebook/bart-large-cnn` model.
28
  3. A summarized version of the text is displayed as output.
29
 
30
- ## Setup and Installation
31
-
32
- 1. Clone the repository:
33
- ```bash
34
- git clone https://huggingface.co/spaces/your-username/Text-Summarization-App
35
- cd Text-Summarization-App
36
- ```
37
-
38
- 2. Install the dependencies from `requirements.txt`:
39
- ```bash
40
- pip install -r requirements.txt
41
- ```
42
-
43
- 3. Run the app locally:
44
- ```bash
45
- python app.py
46
- ```
47
-
48
- 4. To deploy on Hugging Face Spaces, just upload your code and the necessary files to the Hugging Face Space and it will be ready to use.
49
-
50
  ## Technologies Used
51
 
52
  - **Gradio**: For the user interface.
 
27
  2. The app processes the input using the `facebook/bart-large-cnn` model.
28
  3. A summarized version of the text is displayed as output.
29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ## Technologies Used
31
 
32
  - **Gradio**: For the user interface.