Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,5 +38,7 @@ iface = gr.Interface(flower_classifier,
|
|
| 38 |
outputs = gr.outputs.Label(num_top_classes=5),
|
| 39 |
capture_session=True,
|
| 40 |
examples = allImages,
|
| 41 |
-
|
|
|
|
|
|
|
| 42 |
iface.launch(debug=True)
|
|
|
|
| 38 |
outputs = gr.outputs.Label(num_top_classes=5),
|
| 39 |
capture_session=True,
|
| 40 |
examples = allImages,
|
| 41 |
+
title=title,
|
| 42 |
+
description=description,
|
| 43 |
+
article=article)
|
| 44 |
iface.launch(debug=True)
|