Update app.py
Browse files
app.py
CHANGED
@@ -67,14 +67,10 @@ def classify_text(text: str):
|
|
67 |
demo = gr.Interface(fn=classify_text,
|
68 |
inputs=gr.Textbox(lines=5, placeholder='Input text in Thai', label='Input text'),
|
69 |
examples=[
|
70 |
-
['
|
71 |
['ฟอร์ด บุกตลาด อีวี ในอินเดีย #prachachat #ตลาดรถยนต์'],
|
72 |
['สั่งไป2 เมนู คือมัชฉะลาเต้ร้อน กับ ไอศครีมชาเขียว มัชฉะลาเต้ร้อน รสชาเขียวเข้มข้น หอม มัน แต่ไม่กลมกล่อม มันจืดแบบจืดสนิท ส่วนไอศครีมชาเขียว ทานแล้วรสมันออกใบไม้ๆมากกว่าชาเขียว แล้วก็หวานไป โดยรวมแล้วเฉยมากก ดีแค่รสชาเขียวเข้ม มีน้ำเปล่าบริการฟรี'],
|
73 |
['สาขานี้มีลิปของ Etude ไหมอ่าคะ '],
|
74 |
-
['The work of this director never disappoints. I have to find time to watch it a second time.'],
|
75 |
-
['Ford enters the EV market in India #prachachat #car market'],
|
76 |
-
['Ordered two items: hot matcha latte and green tea ice cream. The hot matcha latte had a strong green tea flavor, was fragrant and creamy, but not well-rounded. It was completely bland. As for the green tea ice cream, it tasted more like leaves than green tea and was too sweet. Overall, it was quite underwhelming. The only good thing was the strong green tea flavor. Free drinking water was provided.'],
|
77 |
-
['Does this branch have Etude lip products?'],
|
78 |
],
|
79 |
|
80 |
outputs=[gr.Textbox(), gr.HTML()])
|
|
|
67 |
demo = gr.Interface(fn=classify_text,
|
68 |
inputs=gr.Textbox(lines=5, placeholder='Input text in Thai', label='Input text'),
|
69 |
examples=[
|
70 |
+
['ขอบคุณมากค๊าา เดี๋ยวไปทานแล้วจะถ่ายรูปสวยๆ มาให้นะคะ 😊'],
|
71 |
['ฟอร์ด บุกตลาด อีวี ในอินเดีย #prachachat #ตลาดรถยนต์'],
|
72 |
['สั่งไป2 เมนู คือมัชฉะลาเต้ร้อน กับ ไอศครีมชาเขียว มัชฉะลาเต้ร้อน รสชาเขียวเข้มข้น หอม มัน แต่ไม่กลมกล่อม มันจืดแบบจืดสนิท ส่วนไอศครีมชาเขียว ทานแล้วรสมันออกใบไม้ๆมากกว่าชาเขียว แล้วก็หวานไป โดยรวมแล้วเฉยมากก ดีแค่รสชาเขียวเข้ม มีน้ำเปล่าบริการฟรี'],
|
73 |
['สาขานี้มีลิปของ Etude ไหมอ่าคะ '],
|
|
|
|
|
|
|
|
|
74 |
],
|
75 |
|
76 |
outputs=[gr.Textbox(), gr.HTML()])
|