Spaces:
Running
Running
Update run.py
Browse files
run.py
CHANGED
|
@@ -16,10 +16,6 @@ with gr.Blocks() as demo:
|
|
| 16 |
gr.Image(type="pil"),
|
| 17 |
"image",
|
| 18 |
flagging_options=["blurry", "incorrect", "other"],
|
| 19 |
-
examples=[
|
| 20 |
-
get_image("cheetah1.jpg"),
|
| 21 |
-
get_image("lion.jpg"),
|
| 22 |
-
],
|
| 23 |
api_name="predict",
|
| 24 |
)
|
| 25 |
|
|
|
|
| 16 |
gr.Image(type="pil"),
|
| 17 |
"image",
|
| 18 |
flagging_options=["blurry", "incorrect", "other"],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
api_name="predict",
|
| 20 |
)
|
| 21 |
|