Spaces:
Runtime error
Runtime error
Commit
·
7d198bf
1
Parent(s):
3ab519b
sad
Browse files- app.py +1 -1
- models/README.MD +0 -0
app.py
CHANGED
|
@@ -25,7 +25,7 @@ categories = (
|
|
| 25 |
image = gr.inputs.Image(shape=(192,192))
|
| 26 |
label = gr.outputs.Label()
|
| 27 |
|
| 28 |
-
learn = load_learner(model_path/'cloudmodel.
|
| 29 |
examples = [image_path / f"{c}.jpg" for c in categories]
|
| 30 |
|
| 31 |
def classify_image(img):
|
|
|
|
| 25 |
image = gr.inputs.Image(shape=(192,192))
|
| 26 |
label = gr.outputs.Label()
|
| 27 |
|
| 28 |
+
learn = load_learner(model_path/'cloudmodel.pkl')
|
| 29 |
examples = [image_path / f"{c}.jpg" for c in categories]
|
| 30 |
|
| 31 |
def classify_image(img):
|
models/README.MD
ADDED
|
File without changes
|