Spaces:
Running
Running
shujianong
commited on
Commit
•
62a5a60
1
Parent(s):
d037062
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,6 @@ My objective here is to build my first image classifier using Keras. Rare Pokemo
|
|
16 |
# Preprocess Image
|
17 |
User should upload a landscape image with the Pokemon card image positioned upright in the centre of the photo
|
18 |
"""
|
19 |
-
import os
|
20 |
-
os.system('pip install gradio==2.8.0b22')
|
21 |
import gradio as gr
|
22 |
|
23 |
import cv2
|
|
|
16 |
# Preprocess Image
|
17 |
User should upload a landscape image with the Pokemon card image positioned upright in the centre of the photo
|
18 |
"""
|
|
|
|
|
19 |
import gradio as gr
|
20 |
|
21 |
import cv2
|