Cihat Emre
commited on
Commit
·
328a2a4
1
Parent(s):
3b8e7f0
MCP ile Cursor, VSCode gibi ortamlarda kullanılabilir.
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ demo = gr.Interface(
|
|
37 |
inputs=gr.Textbox(placeholder="Türkçe metin girin..."),
|
38 |
outputs=gr.Textbox(),
|
39 |
title="Türkçe Metin Duygu Analizi",
|
40 |
-
description="Türkçe metinlerde duygu analizi."
|
41 |
)
|
42 |
|
43 |
# Launch the interface and MCP server
|
|
|
37 |
inputs=gr.Textbox(placeholder="Türkçe metin girin..."),
|
38 |
outputs=gr.Textbox(),
|
39 |
title="Türkçe Metin Duygu Analizi",
|
40 |
+
description="Türkçe metinlerde duygu analizi. MCP ile Cursor, VSCode gibi ortamlarda kullanılabilir."
|
41 |
)
|
42 |
|
43 |
# Launch the interface and MCP server
|