Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = '
|
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. "
|