jw2yang commited on
Commit
dd85d3d
1 Parent(s): 6ae120e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -101,6 +101,7 @@ image = gr.inputs.Image()
101
  label = gr.outputs.Label(num_top_classes=3)
102
 
103
  gr.Interface(
 
104
  fn=classify_image,
105
  inputs=image,
106
  outputs=[
 
101
  label = gr.outputs.Label(num_top_classes=3)
102
 
103
  gr.Interface(
104
+ description="Image classification and visualizations with FocalNet (https://github.com/microsoft/FocalNet)",
105
  fn=classify_image,
106
  inputs=image,
107
  outputs=[