Spaces:
Runtime error
Runtime error
Commit
·
4fe9a0e
1
Parent(s):
321b14a
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def predict(img):
|
|
| 11 |
|
| 12 |
title = "Weather Image Classifier"
|
| 13 |
description = "A weather image classifier for 6862 images of different types of weather with fastai. Created as a demo for Gradio and HuggingFace Spaces."
|
| 14 |
-
examples = ['frost.jpeg', 'glaze.jpeg', 'hail.jpeg', 'rain.jpeg', 'rainbow.jpeg', 'snow.jpeg']
|
| 15 |
interpretation='default'
|
| 16 |
enable_queue=True
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
title = "Weather Image Classifier"
|
| 13 |
description = "A weather image classifier for 6862 images of different types of weather with fastai. Created as a demo for Gradio and HuggingFace Spaces."
|
| 14 |
+
examples = ['fogsmog.jpeg', 'frost.jpeg', 'glaze.jpeg', 'hail.jpeg', 'rain.jpeg', 'rainbow.jpeg', 'snow.jpeg']
|
| 15 |
interpretation='default'
|
| 16 |
enable_queue=True
|
| 17 |
|