sundea commited on
Commit
5662b27
1 Parent(s): 709f1e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -104,9 +104,9 @@ def greet(text):
104
 
105
 
106
  examples = [
107
- ["苹果发布iPhone18", "科技类"],
108
- ["小明高考考了700分", "教育类"],
109
- ["英雄联盟世界赛即将开始", "游戏类"]
110
  ]
111
 
112
  demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app",
 
104
 
105
 
106
  examples = [
107
+ ["苹果发布iPhone18"],
108
+ ["小明高考考了700分"],
109
+ ["英雄联盟世界赛即将开始"]
110
  ]
111
 
112
  demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app",