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
bc3c411
·
1 Parent(s):
bcc9686
updating debug true
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -100,4 +100,4 @@ gui = gr.Interface(title=title,
100
examples=transactions_and_tags)
101
102
#display the interface
103
-
gui.launch()
100
examples=transactions_and_tags)
101
102
#display the interface
103
+
gui.launch(
debug=True
)