NemesisAlm commited on
Commit
c91b03c
Β·
verified Β·
1 Parent(s): 62b718a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
  )