Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
a311255
1
Parent(s):
9c47ef4
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,10 +12,8 @@ demo = gr.Interface(
|
|
| 12 |
"image",
|
| 13 |
flagging_options=["blurry", "incorrect", "other"],
|
| 14 |
examples=[
|
| 15 |
-
os.path.join(os.path.dirname(__file__), "
|
| 16 |
-
|
| 17 |
-
os.path.join(os.path.dirname(__file__), "images/logo.png"),
|
| 18 |
-
os.path.join(os.path.dirname(__file__), "images/tower.jpg"),
|
| 19 |
],
|
| 20 |
)
|
| 21 |
|
|
|
|
| 12 |
"image",
|
| 13 |
flagging_options=["blurry", "incorrect", "other"],
|
| 14 |
examples=[
|
| 15 |
+
os.path.join(os.path.dirname(__file__), "https://i.imgur.com/eR28TSf.jpg"),
|
| 16 |
+
|
|
|
|
|
|
|
| 17 |
],
|
| 18 |
)
|
| 19 |
|