Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dk00069
/
wasteclassifier
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dk00069
commited on
Mar 18
Commit
648b532
·
verified
·
1 Parent(s):
a9875c4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import os
2
os.environ["TF_ENABLE_ONEDNN_OPTS"] = "0"
3
4
import gradio as gr
1
import os
2
+
os.environ["TF_USE_LEGACY_KERAS"] = "1"
3
os.environ["TF_ENABLE_ONEDNN_OPTS"] = "0"
4
5
import gradio as gr