Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ def clear_outputs():
|
|
| 98 |
}
|
| 99 |
|
| 100 |
# Load the AI model
|
| 101 |
-
learn = load_learner('
|
| 102 |
|
| 103 |
# Create the web interface
|
| 104 |
with gr.Blocks() as demo:
|
|
|
|
| 98 |
}
|
| 99 |
|
| 100 |
# Load the AI model
|
| 101 |
+
learn = load_learner('resnet50_30_categories.pkl')
|
| 102 |
|
| 103 |
# Create the web interface
|
| 104 |
with gr.Blocks() as demo:
|