Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def classify(text):
|
|
8 |
|
9 |
demo = gr.Interface(
|
10 |
fn=classify,
|
11 |
-
inputs=gr.Textbox(placeholder="
|
12 |
outputs="label",
|
13 |
examples=[["Take me to church"],
|
14 |
["What's the weather like today?"],
|
|
|
8 |
|
9 |
demo = gr.Interface(
|
10 |
fn=classify,
|
11 |
+
inputs=gr.Textbox(placeholder="Please enter the text..."),
|
12 |
outputs="label",
|
13 |
examples=[["Take me to church"],
|
14 |
["What's the weather like today?"],
|