kwanpon commited on
Commit
16ac456
·
verified ·
1 Parent(s): 4916696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="กรุณาพิมพ์ข้อความเพื่อตรวจสอบว่าเป็นการว่าจ้างงานรถขนส่งหรือไม่"