Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def classify(text):
|
|
73 |
# Gradio interface
|
74 |
demo = gr.Interface(
|
75 |
fn=classify,
|
76 |
-
inputs=gr.Textbox(lines=3, label="ข้อความ")
|
77 |
outputs=gr.Label(label="ผลการจำแนก"),
|
78 |
title="Text Classifier: Zero-Shot NLI",
|
79 |
description="กรุณาพิมพ์ข้อความเพื่อตรวจสอบว่าเป็นการว่าจ้างงานรถขนส่งหรือไม่"
|
|
|
73 |
# Gradio interface
|
74 |
demo = gr.Interface(
|
75 |
fn=classify,
|
76 |
+
inputs=gr.Textbox(lines=3, label="ข้อความ"),
|
77 |
outputs=gr.Label(label="ผลการจำแนก"),
|
78 |
title="Text Classifier: Zero-Shot NLI",
|
79 |
description="กรุณาพิมพ์ข้อความเพื่อตรวจสอบว่าเป็นการว่าจ้างงานรถขนส่งหรือไม่"
|