Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
keras-io
/
TF-GB-Forest
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tdubon
commited on
Feb 20, 2022
Commit
0cdc6ad
·
1 Parent(s):
5a9538c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -118,3 +118,4 @@ iface = gr.Interface(
118
live=True,
119
analytics_enabled=False
120
)
118
live=True,
119
analytics_enabled=False
120
)
121
+
iface.launch(debug=True)