hvoss-techfak commited on
Commit
d25fccd
·
1 Parent(s): c3effeb

removed logging to not spam huggingface logs

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -22,9 +22,6 @@ else:
22
  environment="hf_space",
23
  )
24
 
25
- logging.basicConfig(level=logging.INFO)
26
- logger = logging.getLogger(__name__)
27
-
28
  sentry_sdk.capture_message("🎉 Sentry is wired up!")
29
 
30
  import gradio as gr
 
22
  environment="hf_space",
23
  )
24
 
 
 
 
25
  sentry_sdk.capture_message("🎉 Sentry is wired up!")
26
 
27
  import gradio as gr