Rahul Bhoyar commited on
Commit
0e10685
·
1 Parent(s): 9a0177f

Initial Commit

Browse files
Files changed (2) hide show
  1. .github/workflows/sync_with_hf.yml +18 -0
  2. README.md +11 -14
.github/workflows/sync_with_hf.yml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Sync to Hugging Face hub
2
+ on:
3
+ push:
4
+ branches: [main]
5
+ workflow_dispatch:
6
+
7
+ jobs:
8
+ sync-to-hub:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v3
12
+ with:
13
+ fetch-depth: 0
14
+ lfs: true
15
+ - name: Push to Hugging face hub
16
+ env:
17
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
18
+ run: git push --force https://rahul-bhoyar-1995:$HF_TOKEN@huggingface.co/spaces/rahul-bhoyar-1995/Email-Generator-using-LLM main
README.md CHANGED
@@ -1,8 +1,17 @@
1
-
 
 
 
 
 
 
 
 
 
2
 
3
  # Email Generator using LLM
4
 
5
- **Author:** Rahul Bhoyar
6
 
7
  Welcome to Email Generator using Large Language Models (LLM). This repository hosts an application that utilizes state-of-the-art natural language processing techniques to generate emails automatically.
8
 
@@ -14,15 +23,3 @@ Welcome to Email Generator using Large Language Models (LLM). This repository ho
14
  - User-friendly interface for easy interaction.
15
 
16
 
17
-
18
- ---
19
- title: Email Generator using LLM
20
- emoji: 🚀
21
- colorFrom: blue
22
- colorTo: indigo
23
- sdk: streamlit
24
- app_file: app.py
25
- pinned: false
26
- python_version: 3.10
27
- suggested_hardware: "cpu-upgrade"
28
- ---
 
1
+ ---
2
+ title: Email Generator using LLM
3
+ emoji: 🚀
4
+ colorFrom: purple
5
+ colorTo: green
6
+ sdk: streamlit
7
+ sdk_version: 1.33.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
 
12
  # Email Generator using LLM
13
 
14
+ #### Author: Rahul Bhoyar
15
 
16
  Welcome to Email Generator using Large Language Models (LLM). This repository hosts an application that utilizes state-of-the-art natural language processing techniques to generate emails automatically.
17
 
 
23
  - User-friendly interface for easy interaction.
24
 
25