user-agent commited on
Commit
e3ccbe7
1 Parent(s): f76b2b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ iface = gr.Interface(
67
  gr.Textbox(label="Image URLs (starting with http/https) comma seperated "),
68
  gr.Textbox(label="Category")
69
  ],
70
- outputs=gr.Label(),
71
  description="Add an image URL (starting with http/https) or upload a picture, and provide a list of labels separated by commas.",
72
  title="Full product flow"
73
  )
 
67
  gr.Textbox(label="Image URLs (starting with http/https) comma seperated "),
68
  gr.Textbox(label="Category")
69
  ],
70
+ outputs="text" ,
71
  description="Add an image URL (starting with http/https) or upload a picture, and provide a list of labels separated by commas.",
72
  title="Full product flow"
73
  )