Update README.md
Browse files
README.md
CHANGED
@@ -85,36 +85,15 @@
|
|
85 |
</body>
|
86 |
</html>
|
87 |
---
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
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)
|