Upload lagi
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ def predict(text):
|
|
| 42 |
|
| 43 |
interface = gr.Interface(
|
| 44 |
fn=predict,
|
| 45 |
-
inputs=gr.Textbox(label="Masukkan Teks Dalam Bahasa (Inggris/
|
| 46 |
outputs=[
|
| 47 |
gr.Textbox(label="Prediksi Sentiment"),
|
| 48 |
gr.Textbox(label="Prediksi Bahasa")
|
|
|
|
| 42 |
|
| 43 |
interface = gr.Interface(
|
| 44 |
fn=predict,
|
| 45 |
+
inputs=gr.Textbox(label="Masukkan Teks Dalam Bahasa (Inggris/Jerman/Spanyol/Perancis)"),
|
| 46 |
outputs=[
|
| 47 |
gr.Textbox(label="Prediksi Sentiment"),
|
| 48 |
gr.Textbox(label="Prediksi Bahasa")
|