Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def predict(img):
|
|
13 |
|
14 |
|
15 |
title = "Gradio test"
|
16 |
-
description = "
|
17 |
examples = ['examples/port.jpg', 'examples/ia_port.jpg', 'examples/land.jpg','examples/ia_land.jpg']
|
18 |
|
19 |
gr.Interface(
|
|
|
13 |
|
14 |
|
15 |
title = "Gradio test"
|
16 |
+
description = "Fastai classifier for AI/non AI portraits and Landscapes."
|
17 |
examples = ['examples/port.jpg', 'examples/ia_port.jpg', 'examples/land.jpg','examples/ia_land.jpg']
|
18 |
|
19 |
gr.Interface(
|