vkthakur88
commited on
Commit
•
b080adc
1
Parent(s):
a4db2c3
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ app = gr.Interface(
|
|
20 |
fn = predict,
|
21 |
inputs = [
|
22 |
gr.Image(type = 'filepath'),
|
23 |
-
gr.Textbox()
|
24 |
],
|
25 |
outputs = gr.Label(),
|
26 |
title = 'Zero Shot Image Classification',
|
|
|
20 |
fn = predict,
|
21 |
inputs = [
|
22 |
gr.Image(type = 'filepath'),
|
23 |
+
gr.Textbox(label = 'Image class list (separated by comma)')
|
24 |
],
|
25 |
outputs = gr.Label(),
|
26 |
title = 'Zero Shot Image Classification',
|