RoAr777 commited on
Commit
567dd0d
1 Parent(s): e83031d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,10 +1,7 @@
1
  import gradio as gr
2
  import tensorflow as tf
3
  import numpy as np
4
- from PIL import Image
5
- import matplotlib.pyplot as plt
6
- import io
7
- import pandas as pd
8
 
9
  # Load the Xception model
10
  model = tf.keras.models.load_model("Xception_skin.h5") # Replace with your model path
 
1
  import gradio as gr
2
  import tensorflow as tf
3
  import numpy as np
4
+
 
 
 
5
 
6
  # Load the Xception model
7
  model = tf.keras.models.load_model("Xception_skin.h5") # Replace with your model path