Spaces:
Sleeping
Sleeping
Nattapong Tapachoom
commited on
Commit
·
a6692ab
1
Parent(s):
8f1a368
Remove demo.launch() call from analyze_text function
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def analyze_text(text, model_name):
|
|
84 |
results.append(f"\n📋 **สรุป:** วิเคราะห์ทั้งหมด {total_sentences} ประโยค")
|
85 |
|
86 |
return "\n".join(results)
|
87 |
-
|
88 |
|
89 |
|
90 |
|
|
|
84 |
results.append(f"\n📋 **สรุป:** วิเคราะห์ทั้งหมด {total_sentences} ประโยค")
|
85 |
|
86 |
return "\n".join(results)
|
87 |
+
|
88 |
|
89 |
|
90 |
|