Nattapong Tapachoom commited on
Commit
a6692ab
·
1 Parent(s): 8f1a368

Remove demo.launch() call from analyze_text function

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- demo.launch()
88
 
89
 
90
 
 
84
  results.append(f"\n📋 **สรุป:** วิเคราะห์ทั้งหมด {total_sentences} ประโยค")
85
 
86
  return "\n".join(results)
87
+
88
 
89
 
90