Spaces:
Runtime error
Runtime error
animeshmaheshwari
commited on
Commit
·
5213a99
1
Parent(s):
d5cd6eb
Update app.py
Browse files
app.py
CHANGED
@@ -30,4 +30,5 @@ description = "Upload an image or select from examples to classify fashion items
|
|
30 |
|
31 |
|
32 |
gr.Interface(display_result, input, outputs="text", examples=examples, allow_flagging=False, analytics_enabled=False,
|
33 |
-
title=title, description=description).launch(enable_queue=True)
|
|
|
|
30 |
|
31 |
|
32 |
gr.Interface(display_result, input, outputs="text", examples=examples, allow_flagging=False, analytics_enabled=False,
|
33 |
+
title=title, description=description).launch(enable_queue=True)
|
34 |
+
gr.launch()
|