xjlulu commited on
Commit
9106e6c
1 Parent(s): 8e2ee04
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -83,9 +83,8 @@ demo = gr.Interface(
83
  ["tell lydia and laura where i am located"],
84
  ["what's the deal with my health care"]
85
  ],
86
- title="Text Intent Classification Demo",
87
- description="This demo uses a model to classify text into different intents or categories. Enter a text and see the classification result.",
88
- theme="gradio/seafoam"
89
  )
90
 
91
  # Launch the Gradio interface
 
83
  ["tell lydia and laura where i am located"],
84
  ["what's the deal with my health care"]
85
  ],
86
+ title="Text Intent Classification",
87
+ description="This demo uses a model to classify text into different intents or categories. Enter a text and see the classification result."
 
88
  )
89
 
90
  # Launch the Gradio interface