bhoomika28 commited on
Commit
964f571
·
1 Parent(s): dc20a69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ Iface = gr.Interface(
34
  fn=infer,
35
  inputs=image,
36
  outputs=label,
37
- examples=[["examples/monkey.jpeg"], ["examples/titanic.jpg"], ["examples/truck.jpg"]],
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,