NemesisAlm commited on
Commit
ee9ee13
β€’
1 Parent(s): 7112e71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ demo = gr.Interface(
39
  title="StreetClip Classification",
40
  description=DESCRIPTION,
41
  article="Interpretation requires time to process, please be patient πŸ™πŸ»",
42
- examples=["turkey.png","croatia.jpg"],
43
  allow_flagging="never",
44
  )
45
 
 
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
  )
45