Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,4 +19,4 @@ title = "Marvel Heroes Classification"
|
|
19 |
description = "Using clip for zero-shot classification"
|
20 |
examples = ["black_panter.jpg"]
|
21 |
gr.Interface(fn=predict, inputs = gr.inputs.Image(shape = (512,512)), outputs= gr.outputs.Label(),
|
22 |
-
examples=examples, title=title, description=description).launch(
|
|
|
19 |
description = "Using clip for zero-shot classification"
|
20 |
examples = ["black_panter.jpg"]
|
21 |
gr.Interface(fn=predict, inputs = gr.inputs.Image(shape = (512,512)), outputs= gr.outputs.Label(),
|
22 |
+
examples=examples, title=title, description=description).launch(inline=False)
|