Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
nonzeroexit/AMP-Classifier
nonzeroexit
/
AMP-Classifier2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nonzeroexit
commited on
May 19
Commit
98f9e87
·
verified
·
1 Parent(s):
e8dbeb8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
import gradio as gr
2
import joblib
3
import numpy as np
1
+
import os
2
+
os.environ["TF_CPP_MIN_LOG_LEVEL"] = "3"
3
+
os.environ["TF_ENABLE_ONEDNN_OPTS"] = "0"
4
import gradio as gr
5
import joblib
6
import numpy as np