Spaces:
Runtime error
Runtime error
Commit
·
670928d
1
Parent(s):
3373305
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,6 @@ gr.Interface(
|
|
| 31 |
gr.inputs.Image(label="Image to classify", type="pil"),
|
| 32 |
gr.inputs.Textbox(lines=1, label="Comma separated candidate labels", placeholder="Enter labels separated by ', '",)
|
| 33 |
],
|
| 34 |
-
theme="grass",
|
| 35 |
outputs="label",
|
| 36 |
examples=[
|
| 37 |
["rafale.jpg", "Dassault Rafale, Lockheed Martin f35",],
|
|
|
|
| 31 |
gr.inputs.Image(label="Image to classify", type="pil"),
|
| 32 |
gr.inputs.Textbox(lines=1, label="Comma separated candidate labels", placeholder="Enter labels separated by ', '",)
|
| 33 |
],
|
|
|
|
| 34 |
outputs="label",
|
| 35 |
examples=[
|
| 36 |
["rafale.jpg", "Dassault Rafale, Lockheed Martin f35",],
|