Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ iface = gr.Interface.from_pipeline(
|
|
8 |
pipe,
|
9 |
examples= [ [example] for example in images],
|
10 |
description="Final project that labels flowers images into: Daisy, Dandelion, Rose, Sunflower, Tulip",
|
11 |
-
title="
|
12 |
)
|
13 |
|
14 |
iface.launch()
|
|
|
8 |
pipe,
|
9 |
examples= [ [example] for example in images],
|
10 |
description="Final project that labels flowers images into: Daisy, Dandelion, Rose, Sunflower, Tulip",
|
11 |
+
title="Flower Classifier - Vit"
|
12 |
)
|
13 |
|
14 |
iface.launch()
|