duyduong9htv commited on
Commit
ab3d24a
1 Parent(s): 4d9f8c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,12 +17,12 @@ def classify(im):
17
 
18
 
19
  description = """
20
- Car scene recognition demo
21
  """
22
  interface = gr.Interface(fn=classify,
23
  inputs="image",
24
  outputs="label",
25
- title="Car scene recognition)",
26
  description=description )
27
 
28
  interface.launch()
 
17
 
18
 
19
  description = """
20
+ Car scene recognition demo. Upload or drag a .jpg image to test
21
  """
22
  interface = gr.Interface(fn=classify,
23
  inputs="image",
24
  outputs="label",
25
+ title="Car scene recognition",
26
  description=description )
27
 
28
  interface.launch()