Cihat Emre
commited on
Commit
·
3b8e7f0
1
Parent(s):
82a3501
Türkçe metin duygu analizi
Browse files- .gitignore +8 -1
- app.py +1 -1
.gitignore
CHANGED
@@ -20,4 +20,11 @@ __pycache__/
|
|
20 |
.ipynb_checkpoints/
|
21 |
|
22 |
# Diğer
|
23 |
-
.env
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
.ipynb_checkpoints/
|
21 |
|
22 |
# Diğer
|
23 |
+
.env
|
24 |
+
|
25 |
+
.gitattributes
|
26 |
+
.gitignore
|
27 |
+
.gitkeep
|
28 |
+
.gitignore
|
29 |
+
.gitattributes
|
30 |
+
.gitignore
|
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="
|
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."
|
41 |
)
|
42 |
|
43 |
# Launch the interface and MCP server
|