Siyun He commited on
Commit
3e501e6
·
1 Parent(s): cee1db4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ iface = gr.Interface(
19
  ],
20
  outputs='text',
21
  title='Texture Classification',
22
- description='Upload an image and choose an algorithm (GLCM or LBP) for texture classification.'
23
  examples=examples # Add examples directly to the interface
24
  )
25
 
 
19
  ],
20
  outputs='text',
21
  title='Texture Classification',
22
+ description='Upload an image and choose an algorithm (GLCM or LBP) for texture classification.',
23
  examples=examples # Add examples directly to the interface
24
  )
25