Spaces:
Runtime error
Runtime error
Fix duplicated title
#3
by
osanseviero
- opened
app.py
CHANGED
@@ -33,7 +33,6 @@ article = """<p style='text-align: center'>
|
|
33 |
"""
|
34 |
|
35 |
iface = gr.Interface(flower_classifier,
|
36 |
-
title = "Image Classification using BigTransfer (BiT)",
|
37 |
inputs = gr.inputs.Image(),
|
38 |
outputs = gr.outputs.Label(num_top_classes=5),
|
39 |
capture_session=True,
|
|
|
33 |
"""
|
34 |
|
35 |
iface = gr.Interface(flower_classifier,
|
|
|
36 |
inputs = gr.inputs.Image(),
|
37 |
outputs = gr.outputs.Label(num_top_classes=5),
|
38 |
capture_session=True,
|