Spaces:
Runtime error
Runtime error
Commit
·
964f571
1
Parent(s):
dc20a69
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ Iface = gr.Interface(
|
|
34 |
fn=infer,
|
35 |
inputs=image,
|
36 |
outputs=label,
|
37 |
-
examples=[["
|
38 |
title="Semi-Supervised Contrastive Learning Classification",
|
39 |
article=article,
|
40 |
description=description,
|
|
|
34 |
fn=infer,
|
35 |
inputs=image,
|
36 |
outputs=label,
|
37 |
+
examples=[["monkey.jpeg"], ["titanic.jpg"], ["truck.jpg"]],
|
38 |
title="Semi-Supervised Contrastive Learning Classification",
|
39 |
article=article,
|
40 |
description=description,
|