Adapters
Amharic
michaeltsegaye commited on
Commit
1b69ca0
·
verified ·
1 Parent(s): df77734

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -31
README.md CHANGED
@@ -85,36 +85,15 @@
85
  </body>
86
  </html>
87
  ---
88
- tags:
89
- - text-generation
90
- - amharic
91
- - onboarding
92
- license: apache-2.0
93
- language: am
94
- pipeline_tag: text-generation
95
  ---
96
- # MIK-TSE-v1
97
- A conversational model for onboarding, slang interpretation, and TikTok optimization.
98
- def respond(message):
99
- return "You said: " + message
100
-
101
- gr.Interface(fn=respond, inputs="text", outputs="text")
102
- ---
103
- tags:
104
- - text-generation
105
- - amharic
106
- - onboarding
107
- license: apache-2.0
108
- language: am
109
- pipeline_tag: text-generation
110
- ---
111
- # MIK-TSE-v1
112
- A conversational model for onboarding, slang interpretation, and TikTok optimization.
113
- def respond(message):
114
- return "You said: " + message
115
-
116
- gr.Interface(fn=respond, inputs="text", outputs="text")
117
- def respond(message):
118
- return "You said: " + message
119
-
120
 
 
 
 
 
85
  </body>
86
  </html>
87
  ---
88
+ title: MIK-TSE Chatbot
89
+ emoji: 🤖
90
+ colorFrom: indigo
91
+ colorTo: blue
92
+ sdk: gradio
93
+ app_file: app.py
94
+ pinned: false
95
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
 
97
+ # MIK-TSE Chatbot
98
+ A branded onboarding assistant for Ethiopian creators.
99
+ gr.Textbox(label="Your message", interactive=True)