Update app.py
Browse files
app.py
CHANGED
@@ -35,10 +35,10 @@ demo = gr.Interface(
|
|
35 |
fn=classify,
|
36 |
inputs=image,
|
37 |
outputs=label,
|
38 |
-
interpretation="default",
|
39 |
title="StreetClip Classification",
|
40 |
description=DESCRIPTION,
|
41 |
-
article="Interpretation requires time to process, please be patient ππ»",
|
42 |
examples=["turkey.jpg","croatia.jpg"],
|
43 |
allow_flagging="never",
|
44 |
)
|
|
|
35 |
fn=classify,
|
36 |
inputs=image,
|
37 |
outputs=label,
|
38 |
+
#interpretation="default",
|
39 |
title="StreetClip Classification",
|
40 |
description=DESCRIPTION,
|
41 |
+
#article="Interpretation requires time to process, please be patient ππ»",
|
42 |
examples=["turkey.jpg","croatia.jpg"],
|
43 |
allow_flagging="never",
|
44 |
)
|