ericjedha commited on
Commit
2711426
·
verified ·
1 Parent(s): 71b00ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,9 +20,10 @@ theme = gr.themes.Soft(
20
 
21
  css = """
22
  #warning {background-color: #FFCCCB}
23
- .feedback {font-size: 16px !important;}
24
  """
25
 
 
26
  # Désactiver GPU et logs TensorFlow
27
  os.environ['CUDA_VISIBLE_DEVICES'] = '-1'
28
  os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
 
20
 
21
  css = """
22
  #warning {background-color: #FFCCCB}
23
+ h2.output-class {font-size: 16px !important;}
24
  """
25
 
26
+
27
  # Désactiver GPU et logs TensorFlow
28
  os.environ['CUDA_VISIBLE_DEVICES'] = '-1'
29
  os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'