Spaces:
Runtime error
Runtime error
Amanda Sarubbi
commited on
Commit
·
7140212
1
Parent(s):
d3baf58
fix
Browse files
app.py
CHANGED
@@ -70,4 +70,4 @@ iFace = gr.Interface(fn=predict,
|
|
70 |
inputs=[gr.inputs.Image(label="Upload Logo Here"), gr.inputs.Dropdown(choices=['Geometric Figures & Solids', 'Scenery, Natural Phenomena', 'Human & Supernatural Beings', 'Colors & Characters', 'Buildings, Dwellings & Furniture', 'Animals', 'All'], label='Choose a Model')],
|
71 |
outputs=gr.Label(label="TM-TKO Trademark Classification Model"),
|
72 |
title=title, description=description)
|
73 |
-
|
|
|
70 |
inputs=[gr.inputs.Image(label="Upload Logo Here"), gr.inputs.Dropdown(choices=['Geometric Figures & Solids', 'Scenery, Natural Phenomena', 'Human & Supernatural Beings', 'Colors & Characters', 'Buildings, Dwellings & Furniture', 'Animals', 'All'], label='Choose a Model')],
|
71 |
outputs=gr.Label(label="TM-TKO Trademark Classification Model"),
|
72 |
title=title, description=description)
|
73 |
+
iFace.launch()
|