Spaces:
Runtime error
Runtime error
Update app.py
Browse filesKeyword argument was repeated, this solves the issue :)
app.py
CHANGED
@@ -38,7 +38,6 @@ iface = gr.Interface(flower_classifier,
|
|
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)
|
|
|
38 |
outputs = gr.outputs.Label(num_top_classes=5),
|
39 |
capture_session=True,
|
40 |
examples = allImages,
|
|
|
41 |
description=description,
|
42 |
article=article)
|
43 |
iface.launch(debug=True)
|