dominguezdaniel commited on
Commit
9e45de6
·
verified ·
1 Parent(s): 0f0a9db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def predict(image):
28
  return tweet
29
 
30
  title = "Image Classifier to Generative Tweet"
31
- description = "This demo recognizes and classifies images using the 'google/vit-base-patch16-224' model and generates a creative promotional tweet about the top prediction using a generative text model."
32
  input_component = gr.Image(type="pil", label="Upload an image here")
33
  output_component = gr.Textbox(label="Generated Promotional Tweet")
34
 
 
28
  return tweet
29
 
30
  title = "Image Classifier to Generative Tweet"
31
+ description = "This demo recognizes and classifies images using the 'google/vit-base-patch16-224' model and generates a tweet about the top prediction using the 'facebook/bart-large-cnn' generative text model."
32
  input_component = gr.Image(type="pil", label="Upload an image here")
33
  output_component = gr.Textbox(label="Generated Promotional Tweet")
34