Force rebuild with minor code change
Browse files
app.py
CHANGED
|
@@ -97,6 +97,7 @@ text_cleaner = TextCleaner()
|
|
| 97 |
sentiment_predictor = SentimentPredictor(tokenizer, model)
|
| 98 |
|
| 99 |
# Inisialisasi aplikasi FastAPI
|
|
|
|
| 100 |
app = FastAPI(
|
| 101 |
title="API Klasifikasi Sentimen",
|
| 102 |
description="Sebuah API untuk menganalisis sentimen teks Bahasa Indonesia."
|
|
|
|
| 97 |
sentiment_predictor = SentimentPredictor(tokenizer, model)
|
| 98 |
|
| 99 |
# Inisialisasi aplikasi FastAPI
|
| 100 |
+
# Baris ini ditambahkan untuk memaksa build ulang
|
| 101 |
app = FastAPI(
|
| 102 |
title="API Klasifikasi Sentimen",
|
| 103 |
description="Sebuah API untuk menganalisis sentimen teks Bahasa Indonesia."
|