user-agent commited on
Commit
2f6254d
1 Parent(s): c8369a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -440,7 +440,7 @@ iface = gr.Interface(
440
  fn=shot,
441
  inputs=[
442
  gr.Textbox(label="Image URLs (starting with http/https) comma seperated "),
443
- gr.Textbox(label="Category")
444
  gr.Textbox(label="Level; accepted 'variant' or 'product'")
445
  ],
446
  outputs="text" ,
 
440
  fn=shot,
441
  inputs=[
442
  gr.Textbox(label="Image URLs (starting with http/https) comma seperated "),
443
+ gr.Textbox(label="Category"),
444
  gr.Textbox(label="Level; accepted 'variant' or 'product'")
445
  ],
446
  outputs="text" ,