Iury commited on
Commit
ee7b98b
1 Parent(s): e4e0666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -5,9 +5,7 @@ import tensorflow as tf
5
  import numpy as np
6
  import cv2
7
  import gradio as gr
8
- import matplotlib.pyplot as plt
9
  from tensorflow.keras.models import load_model
10
- from skimage.transform import resize
11
 
12
  response = requests.get("https://raw.githubusercontent.com/IuryChagas25/Chest_Cancer_Detection/main/Labels.txt")
13
  labels = response.text.split("\n")
 
5
  import numpy as np
6
  import cv2
7
  import gradio as gr
 
8
  from tensorflow.keras.models import load_model
 
9
 
10
  response = requests.get("https://raw.githubusercontent.com/IuryChagas25/Chest_Cancer_Detection/main/Labels.txt")
11
  labels = response.text.split("\n")