SujathaL commited on
Commit
c1b8e87
·
verified ·
1 Parent(s): d14899d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -1,12 +1,12 @@
1
- ---
2
- title: Bhashini Colloquial Model1
3
- emoji: 🐨
4
- colorFrom: gray
5
- colorTo: yellow
6
- sdk: streamlit
7
- sdk_version: 1.42.1
8
- app_file: app.py
9
- pinned: false
10
- ---
 
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>English-Telugu Colloquial Translator</title>
5
+ </head>
6
+ <body>
7
+ <h1>Welcome to the English-Telugu Colloquial Translator</h1>
8
+ <p>This is a hosted model for translating English to Telugu with a colloquial touch.</p>
9
+ <p>Check the model on Hugging Face for more details.</p>
10
+ </body>
11
+ </html>
12