Spaces:
Running
Running
Bachmann Roman Christian commited on
Commit ·
7bd6dc9
1
Parent(s): 5a55548
app.py
CHANGED
|
@@ -377,7 +377,14 @@ css = '.output-image{height: 713px !important}'
|
|
| 377 |
|
| 378 |
# Example images
|
| 379 |
os.system("wget https://i.imgur.com/c9ObJdK.jpg")
|
| 380 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 381 |
|
| 382 |
gr.Interface(
|
| 383 |
fn=inference,
|
|
|
|
| 377 |
|
| 378 |
# Example images
|
| 379 |
os.system("wget https://i.imgur.com/c9ObJdK.jpg")
|
| 380 |
+
os.system("wget https://i.imgur.com/KTKgYKi.jpg")
|
| 381 |
+
os.system("wget https://i.imgur.com/5EUufYD.jpg")
|
| 382 |
+
|
| 383 |
+
examples = [
|
| 384 |
+
['c9ObJdK.jpg', 98, False, 32, 32, 32, 0],
|
| 385 |
+
['KTKgYKi.jpg', 98, False, 32, 32, 32, 0],
|
| 386 |
+
['5EUufYD.jpg', 98, False, 32, 32, 32, 0],
|
| 387 |
+
]
|
| 388 |
|
| 389 |
gr.Interface(
|
| 390 |
fn=inference,
|