Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ demo = gr.Interface(
|
|
10 |
fn=classify,
|
11 |
inputs=gr.Textbox(placeholder="Please enter the text..."),
|
12 |
outputs="label",
|
13 |
-
examples=[
|
14 |
["What's the weather like today?"],
|
15 |
["Set an alarm for 7 AM tomorrow"],
|
16 |
["Call Mom"],
|
|
|
10 |
fn=classify,
|
11 |
inputs=gr.Textbox(placeholder="Please enter the text..."),
|
12 |
outputs="label",
|
13 |
+
examples=[
|
14 |
["What's the weather like today?"],
|
15 |
["Set an alarm for 7 AM tomorrow"],
|
16 |
["Call Mom"],
|