Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def respond(
|
|
71 |
return decoded_output.replace(prompt, "").replace("</s>", "")
|
72 |
|
73 |
|
74 |
-
demo = gr.ChatInterface(respond, examples=["سڵاو ئەلیکوم، چۆنیت؟", "Selam alikum, tu çawa yî?"], title="Mistral Nemo Kurdish Instruct")
|
75 |
|
76 |
|
77 |
if __name__ == "__main__":
|
|
|
71 |
return decoded_output.replace(prompt, "").replace("</s>", "")
|
72 |
|
73 |
|
74 |
+
demo = gr.ChatInterface(respond, examples=["سڵاو ئەلیکوم، چۆنیت؟", "Selam alikum, tu çawa yî?", "Peace be upon you, how are you?"], title="Mistral Nemo Kurdish Instruct")
|
75 |
|
76 |
|
77 |
if __name__ == "__main__":
|