rajag0pal commited on
Commit
68792d5
1 Parent(s): b13c17b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ import gradio as gr
50
 
51
  inputs = [ gr.inputs.Image(type="pil", label="Original Image"), gr.inputs.Textbox(label="Image URL")]
52
 
53
- outputs = [ gr.outputs.Textbox(label = 'Caption')]
54
 
55
  title = "Image to Hashtags"
56
  description = "This AI tool uses cutting-edge technology to generate captions and relevant hashtags for images. By combining a state-of-the-art ViT-GPT2 image captioning model with OpenAI's GPT-3.5-Turbo API this tool can suggest popular and relevant hashtags. "
 
50
 
51
  inputs = [ gr.inputs.Image(type="pil", label="Original Image"), gr.inputs.Textbox(label="Image URL")]
52
 
53
+ outputs = [ gr.outputs.Textbox(label = 'Hashtags')]
54
 
55
  title = "Image to Hashtags"
56
  description = "This AI tool uses cutting-edge technology to generate captions and relevant hashtags for images. By combining a state-of-the-art ViT-GPT2 image captioning model with OpenAI's GPT-3.5-Turbo API this tool can suggest popular and relevant hashtags. "