Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
cwchang
/
text_classification_example
like
1
Sleeping
App
Files
Files
Community
cwchang
commited on
Dec 1, 2023
Commit
ce6fa48
•
1 Parent(s):
18f12f7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -23,4 +23,4 @@ demo = gr.Interface(
23
["Add a meeting to my calendar for next Monday at 3 PM"]]
24
)
25
26
-
demo.launch(
debug=True
)
23
["Add a meeting to my calendar for next Monday at 3 PM"]]
24
)
25
26
+
demo.launch()