Spaces:
Sleeping
Sleeping
Julián Tachella
commited on
Commit
·
816f746
1
Parent(s):
744ad2f
test
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def image_mod(image):
|
|
8 |
demo = gr.Interface(
|
9 |
image_mod,
|
10 |
gr.Image(type="pil"),
|
11 |
-
"
|
12 |
flagging_options=["blurry", "incorrect", "other"],
|
13 |
examples=[
|
14 |
os.path.join(os.path.dirname(__file__), "images/cheetah1.jpg"),
|
|
|
8 |
demo = gr.Interface(
|
9 |
image_mod,
|
10 |
gr.Image(type="pil"),
|
11 |
+
"image",
|
12 |
flagging_options=["blurry", "incorrect", "other"],
|
13 |
examples=[
|
14 |
os.path.join(os.path.dirname(__file__), "images/cheetah1.jpg"),
|