Omar Sanseviero commited on
Commit
8ffe3e9
·
1 Parent(s): 436302e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -25,5 +25,7 @@ gr.Interface(
25
  fn=classify_image,
26
  inputs=image,
27
  outputs=label,
 
 
28
  examples=[["cake.jpg"]],
29
  ).launch()
 
25
  fn=classify_image,
26
  inputs=image,
27
  outputs=label,
28
+ description="Demo of TF Hub-hosted model aiy/vision/classifier/food_V1",
29
+ article="This demo is a proof-of-concept inspired in https://tfhub.dev/google/aiy/vision/classifier/food_V1/1",
30
  examples=[["cake.jpg"]],
31
  ).launch()