Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abhisheky127
/
Fold_TransactionClassification
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abhisheky127
commited on
Jul 8, 2023
Commit
4f5043c
·
1 Parent(s):
23fe824
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -106,4 +106,4 @@ gui = gr.Interface(title=title,
106
examples=transactions_and_tags)
107
108
#display the interface
109
-
gui.launch(
debug=True
)
106
examples=transactions_and_tags)
107
108
#display the interface
109
+
gui.launch()