pm commited on
Commit
f611a06
1 Parent(s): 80bb593

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def classify(text):
9
 
10
 
11
  demo = gr.Interface(fn=classify,
12
- inputs=gr.Textbox(label="Enter text to classify"),
13
  outputs=gr.Label(num_top_classes=3))
14
 
15
 
 
9
 
10
 
11
  demo = gr.Interface(fn=classify,
12
+ inputs=gr.Textbox(label="Enter something"),
13
  outputs=gr.Label(num_top_classes=3))
14
 
15