Spaces:
Runtime error
Runtime error
Rizki Imam Andreas
commited on
Commit
•
54336bc
1
Parent(s):
04f67e4
update title
Browse files
app.py
CHANGED
@@ -11,6 +11,6 @@ gr.Interface(
|
|
11 |
predict,
|
12 |
inputs=gr.inputs.Image(label="Upload image", type="filepath"),
|
13 |
outputs=gr.outputs.Label(num_top_classes=2),
|
14 |
-
title="
|
15 |
allow_flagging="manual"
|
16 |
).launch()
|
|
|
11 |
predict,
|
12 |
inputs=gr.inputs.Image(label="Upload image", type="filepath"),
|
13 |
outputs=gr.outputs.Label(num_top_classes=2),
|
14 |
+
title="Khalf Labs Engine - Image Classification",
|
15 |
allow_flagging="manual"
|
16 |
).launch()
|