Spaces:
Runtime error
Runtime error
Commit ·
f129a50
1
Parent(s): 6bfbecf
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,5 +12,5 @@ pipe = pipeline(task="image-classification",
|
|
| 12 |
gr.Interface.from_pipeline(pipe,
|
| 13 |
title="22k Image Classification",
|
| 14 |
description="Object Recognition using Microsoft BEIT",
|
| 15 |
-
examples = ['
|
| 16 |
allow_flagging="never").launch(inbrowser=True)
|
|
|
|
| 12 |
gr.Interface.from_pipeline(pipe,
|
| 13 |
title="22k Image Classification",
|
| 14 |
description="Object Recognition using Microsoft BEIT",
|
| 15 |
+
examples = ['Sample_1.jpg', 'Sample_2.jpg',],
|
| 16 |
allow_flagging="never").launch(inbrowser=True)
|