jeysshon commited on
Commit
ade1c97
1 Parent(s): 953654d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -2,9 +2,6 @@
2
  import gradio as gr
3
  import tensorflow as tf
4
 
5
- # TensorFlow Setup and Warnings
6
- tf.config.set_visible_devices([], 'GPU') # Disable GPU for now
7
-
8
  path_to_model = "./modelo_jeysshon_iaderm.h5"
9
 
10
  model = tf.keras.models.load_model(path_to_model)
 
2
  import gradio as gr
3
  import tensorflow as tf
4
 
 
 
 
5
  path_to_model = "./modelo_jeysshon_iaderm.h5"
6
 
7
  model = tf.keras.models.load_model(path_to_model)