Update app.py
Browse files
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" ,
|