Pratham06 commited on
Commit
dc29568
·
verified ·
1 Parent(s): 02f42df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  # Multipurpose NLP Web App (Gradio on Hugging Face Spaces)
3
 
@@ -33,4 +44,4 @@ summarizer = pipeline("summarization", model=SUM_MODEL_NAME, tokenizer=SUM_MODEL
33
 
34
  ---
35
 
36
- Built for assignments and demos. Enjoy!
 
1
+ ---
2
+ title: Multipurpose NLP Web App
3
+ emoji: 🌐
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: "4.44.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
 
13
  # Multipurpose NLP Web App (Gradio on Hugging Face Spaces)
14
 
 
44
 
45
  ---
46
 
47
+ Built for assignments and demos. Enjoy!